/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	background-color: #819BBE;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
	}
H1 {
	color:#F48D02;
	font-size: 16pt;
	letter-spacing: 3px;
	font-weight: normal;
	}

H2, H3, H4{
	font-family: Arial, Verdana, Helvetica;
	color: #000000;
	font-size : 12pt;
	font-weight: bold;
	}
p, .maintext, table {
	font-family: Arial, Verdana, Helvetica;
	color: #000000;
	font-size : 10pt;
	font-weight: normal;
	}
ol, ul, li { 
	font-family: Arial, Verdana, Helvetica;
	color: #000000;
	font-size : 8pt;
	font-weight: bold;
	text-transform:uppercase;
	}

a:link { 
	color : #A40009; 
	font-weight: bold;
	font-size:9pt;
	text-decoration:none;
	text-transform: uppercase;
	}
a:visited { 
	color : #A40009; 
	font-weight: bold;
	font-size:9pt;
	text-decoration:none;
	text-transform: uppercase;
	}
a:hover { 
	color : #171777; 
	font-weight: bold;
	font-size:9pt;
	text-decoration:underline;
	text-transform: uppercase;
	}
a:active { 
	color : #171777; 
	font-weight: bold;
	font-size:9pt;
	text-decoration:underline;
	text-transform: uppercase;
	}
img { 
	border-color : #000000; 
	}
	
#footer {
	font-size: 9pt;
	border-top: #171777 1px solid;
	padding: 10px 10px 10px 10px;
	}
	
	
/* FOOTER LINK STYLES*/

#footer a:link {
	color : #171777; 
	font-weight: bold;
	font-size:8px;
	text-decoration:none;
	text-transform: uppercase;
	}
#footer a:visited { 
	color : #171777; 
	font-weight: bold;
	font-size:8px;
	text-decoration:none;
	text-transform: uppercase;
	}
#footer a:hover { 
	color : #A40009; 
	font-weight: bold;
	font-size:8px;
	text-decoration:underline;
	text-transform: uppercase;
	}
#footer a:active { 
	color : #A40009; 
	font-weight: bold;
	font-size:8px;
	text-decoration:underline;
	text-transform: uppercase;
	}
	
/*WHITE LINK STYLES*/
#whitelink a:link {
	color : #ffffff; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	text-transform: uppercase;
	}
#whitelink a:visited { 
	color : #ffffff; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
	text-transform: uppercase;
	}
#whitelink a:hover { 
	color : #ffffff; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:underline;
	text-transform: uppercase;
	}
#whitelink a:active { 
	color : #ffffff; 
	font-weight: bold;
	font-size:10pt;
	text-decoration:underline;
	text-transform: uppercase;
	}		
	
	
.answer {
	color: #A40009;
	font-style:italic;
	}
.question {
	font-weight: bold;
	}
.pageheaders {
	padding: 10px 0px 10px 0px;
	border-bottom: #000000 1px solid;
	font-size: 18pt;
	font-variant:small-caps;
	letter-spacing: 2px;
	color: #A40009;
	font-style:italic;
	font-weight:bold;
	}
.padded {
	padding: 10px 5px 10px 5px;
	}
.toppadding {
	padding: 10px 0px 0px 0px;
	}
	
.tableborder {
	border: #2B5390 1px solid;
	background-color:#C4D7EF;
	}
.tableheaders {
 	background-color:#2B5390;
	color:#FFFFFF;
	font-weight:bold;
	}
.formfield {
	border: #2B5390 1px solid;
	background-color:#FFFFFF !important;
	}