
body{
	font-family: Arial,sans-serif;
	color: #3F5D8C;

}

a:link, a:visited, a:hover {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0066;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 135%;
 color: #336600;
}

h2{
 font-size: 103%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

h6{
 font-size: 95%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: square;
}

table
{
	font-size: 12px;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}


