BODY, TD, P  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
}


H2  {
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
}


H3  {
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
}
H5 {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
}


H6  {
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
}


A, A:link, A:visited  {
	text-decoration: none;
	color : #8E3411;
}

A:hover  {
	text-decoration: underline;
	color : #601010;
}

.bannerBkg {
	background-color: #020240;
}

.error {
	color : #DD0000;	
}

.grayed {
	color : #AAAAAA;	
}

.formBkg {
	background-color:#EEEEEE;
}
.formBkg2 {
	background-color:#F7F7F7;
}

.fineTxtJustify {
	font-size:  8pt;
	text-align:  justify;
}

.errorTxt {
	color : #DD0000;	
}

.fineTxt {
	font-size:  8pt;
}

.indent {
	margin-left:30px;
	text-align:  justify;
}

.disclaimer {
	font-size:  8pt;
	font-weight:  bold;
}

.noMargins {
	margin-bottom:  0px;
	padding-bottom:  0px;
}

.heading {
	font-weight: bold;
}

.loggedIn {
	font-size: 8pt;
	color: #0000FF;
	position: relative;
	left: 600px;
	top:0px;
}

.logout {
	font-size: 8pt;
	color: #0000FF;
	position: relative;
	left: 600px;
	top:10px;
}
.underline {
	width: 300px; 
	margin-left: 0px; 
	margin-top: -10px;
}

.sideImage {
	position: absolute;
	top:150px; 
	right: 300px;
}	