/*  Background Colors for Surrounding Section Page tables*/

.pagebg1 {
	background-color: #cccccc;
}

/*----------------------------------------------------------------------------------------------------*/
.itemtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
}

.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

.bodytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

.bodytext a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

.bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ff9900;
	text-decoration: underline;
}

.verylargebodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
    line-height: 22px;
	color: #336699;
}

.verylargebodytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
    line-height: 22px;
	color: #336699;
	text-decoration: none;
}

.verylargebodytext a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
    line-height: 22px;
	color: #336699;
	text-decoration: none;
}

.verylargebodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
    line-height: 22px;
	color: #ff9900;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------*/

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #555555;
}

.footertext a:link {
	color: #18867d;
	text-decoration: none;
}

.footertext a:visited {
	color: #18867d;
	text-decoration: none;
}

.footertext a:hover {
	color: #c99f05;
	text-decoration: underline;
}



