
BODY {
	padding: 0;
	margin: 0;
}

BODY, P, TD, INPUT{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;

}
.bodycell{
    color: #CC6905;
}
.bodycellorange{
    color: #CC6905;
}

H1, H2, H3 .sectionheader span, th { /* Common header features */
	margin-top: 1em;
	margin-bottom: .5ex;
	font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight:lighter;
}


H1
{
	font-size: 14pt;
	color: #467496;
}

H2
{
	font-size: 13pt;
	color: #467496;
}

H3 {
	font-size: 10pt;
	color: #467496;
}th
{
	font-size: 9pt;
	padding: 0px 10px 0px 0px;
}




HR {
	border : #ff0000;
	height: 1px;
}

A:LINK, A:VISITED {
	font-size: 9pt;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

A:HOVER {
	color: #C36930;
		font-weight:bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
A:ACTIVE {
	color:#C36930;
		font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

UL {
	
}

LI {
	list-style-image: url(../images/bullet.gif);
}


.formtag { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; border: 1px #7B7252 solid}

.formbutton { font-family : Verdana, Arial, Helvetica, sans-serif; 
     font-size: 11px; color: #FFFFFF; 
     background-color: #467496; 
     border: #000000; 
     border-style: double; 
     border-top-width: 1px; 
     border-right-width: 1px; 
     border-bottom-width: 1px; 
     border-left-width: 1px}
TD.headingcell {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: light;
	font-size: 15px;
	color: #7B7252;	
}

TD.headercell {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7B7252;	
}
span.mandatory {
	font-weight: bold;
    color: #cc0000;
}


