/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	background-color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;	
	/*background-color: #8AB1FF;*/
	/*background-image:  url(../img/blueGraph.gif);*/
}
a:link, a:visited, a:hover {
	color: #A60000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {border: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000033;
}
h2{
 font-size: 114%;
 color: #FFFFFF;
}
h3{
 font-size: 100%;
 /*color: #FFCC00;*/
 color:#000;
}
h4{
 font-size: 100%;
 font-weight: normal;
 color: #FFCC00;
}
h5{
 font-size: 100%;
 color: #FFCC00;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #000066;
}

/************ Section & Related Links Styles **************/
#sectionLinks {
	float: left;
}
#sectionLinks h3{
	padding: 10px 0px 12px 10px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 2px solid #FFCC00;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	color: #FFCC00;
}
#sectionLinks a:hover{
	background-color: #FFCC00;
	text-decoration: none;
	color: #000066;
}
#relatedLinks a{
	font-size: 70%;
}
