body{
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	line-height: 16px;
	margin-top: 7px;
	margin-left: 7px;
	background-image: url(../images/sitewide/bg.gif);
}

.pagetitle {
	font-size: 10px;
	font-family: Verdana;
	color: #006892;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

td, td.body {
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	line-height: 16px;
}

td.blue {
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	background-image: url(../images/sitewide/bg.blue.gif);
	line-height: 16px;

}

td.yellow {
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	background-image: url(../images/sitewide/bg.yellow.gif);
	line-height: 16px;

}

td.gray {
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	background-image: url(../images/sitewide/bg.gray.gif);
	line-height: 16px;

}


.subtitles {
	font-size: 10px;
	font-family: Verdana;
	color: #006892;
	font-weight: bold;
	line-height: 16px;
}



.footer{
	font-size: 10px;
	font-family: Verdana;
	color: #666666;
	line-height: 16px;
}

a:link{
	font-size: 10px;
	font-family: Verdana;
	line-height: 16px;
	color: #006892;
	text-decoration: none;
}

a:visited{
	color: #82979B;
	line-height: 16px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}


a:hover{
	color: #006892;
	line-height: 16px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;

}

a:active{
	color: #006892;
	line-height: 16px;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.whitetext{
	font-family: Verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: 006892;
	
}
.pagetitleLC {
	font-size: 10px;
	font-family: Verdana;
	color: #006892;
	line-height: 16px;
	font-weight: bold;
	text-transform: none;
}

 ul
{
list-style-type: none;
padding: 0;
}

li
{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
padding-left: .7em;
}

