/* ************************************
HTML REDEFINED TAGS
************************************* */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: White;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 1%;
	color : #333333;
}

a:link {
	text-decoration: underline;
	color: #2588CF;
}

a:visited {
	text-decoration: underline;
	color: #2588CF;
}

a:hover {
	text-decoration: underline;
	color: #2588CF;
}

a:active {
	text-decoration: underline;
	color: #2588CF;
}

H1 {
	font-size: 12pt;
	font-weight: bold;
	color: #2588CF;
	padding: 0% 0% 0% 0%;
	display: inline;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
} 

H2 {
	font-size: 11pt;
	color: #01618B;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
} 

H3 { 
	font-size: 10pt;
	font-weight: bold;
	color: #69B300; 
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
} 

H4 { 
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #2588CF; 	
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
} 

H5 { 
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	color: #2588CF; 
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
} 

H6 { 
	font-size: 9pt;	
	font-weight: normal;
	font-style: italic;
	color: #2588CF; 
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}

TH {
	font-size: 10pt;
	font-weight: normal;
	color: #01618B;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
	text-align : right;
	vertical-align : top;
}

TD {
	font-size: 9pt;
}

OL, UL, LI {
	font-size: 9pt%;
}

p {
	font : 9pt;
	margin-top : 0;
}

/* ************************************
CUSTOM STYLES
************************************* */

a.bnav:link {
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

a.bnav:visited{
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

a.bnav:hover {
	font-size: 8pt;
	text-decoration: none;
	color: #B3D829;
}

a.bnav:active {
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

a.n2:link {
	font-size: 8pt;
	text-decoration: underline;
	color: #2588CF;
}

a.n2:visited{
	font-size: 8pt;
	text-decoration: underline;
	color: #2588CF;
}

a.n2:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #2588CF;
}

a.n2:active {
	font-size: 8pt;
	text-decoration: underline;
	color: #2588CF;
}

.credits {
	font-size: 8pt;
	color: #333333;
}

.navtxt {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

.dblue {
	background-color: #01355A;
}

.gray {
	background-color: #F2F2F2;
}

.green {
	background-color: #B3D829;
}

.lgrayblue {
	background-color: #64808C;
}

.dgrayblue {
	background-color: #516770;
}

.hphdrbg {	
	background-image: url(/images/hp_headerbg.gif);
	background-repeat: repeat-x
}

.hdrbg {	
	background-image: url(/images/hdrbg.gif);
	background-repeat: repeat-x
}

.inthdrbg{	
	background-image: url(/images/intheaderbg.gif);
	background-repeat: repeat-x
}

.boxback {	
	background-image: url(/images/boxborder.gif);
	background-repeat: repeat-y
}

.circlesback {	
	background-image: url(/images/bgcircles.gif);
	background-repeat: repeat-y
}

.wtext {
	font-size: 9pt;
	color: #ffffff;
}

.blockcopy {
	font-size: 8pt;
}

.required {
	color: #69B300; 
	font-weight: bold;
}

.graph {
	border-color: #B3D829;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}