body {
	margin: 0;
	font-family: arial, verdana, helvetica, tahoma, arial, sans serif;
	color: #999999;
	background: #E6E0CC;
}

p {
	font: 12px arial, verdana, helvetica, tahoma, arial, sans serif;
	color: #000000;
	text-align: justify;
}

span.comment
 {
	font-size : 12px;
	color : Red;
	font-weight : bold;
}

P.header	{
	font-size: 11px;
	color: #018162;
	font-weight: bold;
	text-transform : uppercase;
	margin-top : 10px;
	border : 0px;
	margin-bottom : 20px;
	font-family: Arial, Helvetica, sans-serif;

}

p.footer{
	font-family : Verdana;
	font-size : 10px;
	color : #6699CC;
	text-align: center;
}

td {
	font-family: arial, verdana, helvetica, tahoma, arial, sans serif;
	font-size: 12px;
	color: #000000;
}

UL {
	font: 12px arial, verdana, helvetica, tahoma, arial, sans serif;
	color: #000000;
}

A  {
	color : #008061;
	font-weight: bold;
	text-decoration : none;
}

A:Visited  {
	color : #008061;
	font-weight: bold;
	text-decoration : none;
}

A:Active  {
	color : #222222;
	font-weight: bold;
	text-decoration : none;
}

A:Hover  {
	color : #666666;
	font-weight: bold;
	text-decoration : underline;
}

.error {
	color : #FF0000;
	font-weight: bold;
}

.required {
	color : #CC3300;
}

.gridheader{
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	background-color : #eeeeec;
}

.fieldtitle{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/**
Form Fields
**/

input,textarea,select
{
	font-family: verdana, tahoma, helvetica, arial, sans serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background: #eeeeee;
	border: 1px solid #CCCCCC;
}

input.text
{
	font: 11px verdana, helvetica, tahoma, verdana, sans serif;
	font-weight: bold;
	border: solid 1px #666666;
	width: 120px;
}

input.checkbox
{
	border: solid 1px #666666;
	background-color: #ffffff;
}
input.button
{
	font: 11px verdana, helvetica, tahoma, verdana, sans serif;
	font-weight: bold;
	background-color: #cccccc;
	border: solid 1px #666666;
}

input.radio
{
	border: 0px;
	background: #F8F8F8;
}
.longfield {
	width: 150px;
}
.legalSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
