body
{
	font-size: 10pt;
	color: brown; 
	font-family: arial, verdana, ms sans serif
}

body.small
{
	font-size: 8pt;
	color: brown; 
	font-family: arial, verdana, ms sans serif
}

p 
{
	font-size: 10pt;
	color: brown; 
	font-family: arial, verdana, ms sans serif
}

p.small 
{
	font-size: 8pt;
	color: brown; 
	font-family: arial, verdana, ms sans serif
}

h1 
{
	color: brown; 
	font-family: arial, verdana, ms sans serif;
}

h2 
{
	color: brown; 
	font-family: arial, verdana, ms sans serif
}

h3
{
	color: brown; 
	font-family: arial, verdana, ms sans serif;
}

a
{
	font-weight: bold; 
	color: navy; 
	text-decoration: none
}

a:visited 
{
	font-weight: bold;
	color: navy; 
	text-decoration: none
}
a:active
{
	font-weight: bold;
	color: darkblue; 
	text-decoration: none
}
a:hover
{
	font-weight: bold;
	color: red; 
	text-decoration: none
}

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input
{
	color: #781351;
	background: #fee3ad;
	border: 2px outset #781351;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt
}

submit
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 0em
}

.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt;
	margin-left: 0em
}

.radioStyle 
{
	background-color: #FF0000;
	border: #000000 solid 1px;
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	color: #000000
}

select
{
	background-color: #ffa20f;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt
}

option
{
	background-color: #ffa20f;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 8pt
}


fieldset
{
	border: 1px solid #781351;
	width: 20em
}

legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
} 

textarea
{
	background-color: aquamarine;
	border: black 2px solid;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal
}

table
{ 
	table-layout: automatic;
}

table.back
{ 
	table-layout: automatic;
	background-color: #CCCCCC;
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal
}

td
{
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal
}

td.small
{
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	font-weight: normal
}


th 
{
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal
}

th.small 
{
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	font-weight: normal
}

tr
{
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal
}

ul.square
{
	list-style-type: square;
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	font-weight: normal
}

li.small
{
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	font-weight: normal
}

