/************** header tag styles ***************************************/

#content h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;  /* LF: x-large */
	color: #999900;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
}

#content h1 a:visited, #content h1 a:link{
	color: #12438B;
	text-decoration:underline;
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
}

#content h1 a:hover{
	color: #E6B800;
}

#content h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium; /* LF: large */
	color: #999900;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 10px;
	border-bottom-color: #E5E5E5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content h2 a:visited, #content h2 a:link {
	color: #999900;
	text-decoration:none;
}

#content h2 a:hover{
	color: #12438B;
}

#content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* LF: medium */
	color: #999900;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
}

#content h3 a:visited, #content h3 a:link {
	color: #999900;
	text-decoration:underline;
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
}

#content h3 a:hover{
	color: #E6B800;;
}


/*************** <p> tag styles *****************************************/
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 0px 15px 20px 10px;
	margin: 0px;
}

#content td p{
	padding: 0px 15px 0px 10px;
}

#content td{
	padding: 0px 15px 0px 0px;
	vertical-align: top;
}

#content p a:visited, #content p a:link {
	text-decoration:underline;
	font-weight: bold;
	color: #999900;
	;
	text-decoration:none;
	padding: 5px 2px 5px 2px;
	margin: 0px 0px 5px 0px;
}

#content p a:hover{
	text-decoration:underline;
	color: #999900;
}

#content img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0px;

}

#content li a:visited, #content li a:link {
	font-weight: bold;
	color: #006630;
	text-decoration:none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content li a:hover{
	color: #12438B;
	text-decoration:underline;
}


/*************** list tag styles ****************************************/


#content ul ul{
 list-style-type: disc;
}

#content ul ul ul{
 list-style-type: none;
}


#content ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px 10px 20px 10px;
	margin: 0px;
	padding-left: 6em;
	text-indent: -0.2em;
	list-style-type: square;
}

#content ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px 10px 20px 10px;
	margin: 0px;
	padding-left: 6.5em;
	text-indent: -0.2em;

}


#content input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width:145px;
	height: 19px;
}

#content select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width:120px;

}



/*************** Tables ****************************************/

#stats{
	width: 800px; /*table width */
}


#stats td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;  /* LF: 0.9 */ 	/** font-size: x-small; */
	border: none;
	padding-left: 2px;
	padding-right: 2px;
}


#stats thead{
	font-weight: bold;
	text-align: center;
}

#stats thead td{
	background-color: #CCCCCC;
}

#stats tfoot td{
	background-color: #CCCCCC;
	text-align: right;
}

#stats tbody td{
  	background-color: #FFFFFF;
	text-align: right;

}

#stats td a:visited, #stats td a:link {
	font-weight: bold;
	color: #12438B;
	text-decoration:underline;
}

#stats td a:hover{
	color: #E6B800;;
}








/*************** Tables ****************************************/

#norm{
	width: 95%; /*table width */
}


#norm td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;  /* LF: 0.9 */ 	/** font-size: x-small; */
	border: none;
	padding-left: 2px;
	padding-right: 2px;
}


#norm thead{
	font-weight: bold;
	text-align: center;
}

#norm thead td{
	background-color: #CCCCCC;
}

#norm tfoot td{
	background-color: #CCCCCC;
	text-align: left;
}

#norm tbody td{
  	background-color: #FFFFFF;
	text-align: left;
    border-bottom:1px solid #CCCCCC;
}

#norm td a:visited, #norm td a:link {
	text-decoration:none;
	font-weight: bold;
	color: #999900;

}

#norm td a:hover{
	text-decoration:underline;
	color: #E6B800;;
}
