BODY, TD
{
	background-color: #CCDBE4;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: tahoma, Verdana, Arial, MS Sans Serif;
	color: #7E7E7E;
	font-size: 12px;	
}

td.body
{
	background-color: #ffffff;
}



/* ~~~~~~~~~~~~~~~~~~ TEXT STYLES ~~~~~~~~~~~~~~~~~ */
.pageTitle
{
	color: #939153;
	font-size: 18px;
	font-weight:bold;
}

.navTitle
{
	color: #939153;
	font-size: 12px;
	font-weight:bold;
}

.footer
{
	color: #7E7E7E;
	font-size: 10px;
	
}





/* ~~~~~~~~~~~~~~~~~~ LINK STYLES ~~~~~~~~~~~~~~~~~ */
a:Link.subNav
{
	font-size: 11px;
	color: #ADADAD;	
	text-decoration: none;
}
a:Visited.subNav
{
	font-size: 11px;
	color: #ADADAD;	
	text-decoration: none;
}
a:Hover.subNav
{
	font-size: 11px;
	color: #FFB400;	
	text-decoration: none;
}



a:Link.subjectNav
{
	font-size: 12px;
	color: #FFB400;	
	font-weight: bold;
	text-decoration: none;
}
a:Visited.subjectNav
{
	font-size: 12px;
	color: #FFB400;	
	font-weight: bold;
	text-decoration: none;
}
a:Hover.subjectNav
{
	font-size: 12px;
	color: #FFB400;	
	font-weight: bold;
	text-decoration: underline;
}



a:Link.topNav
{
	font-size: 10px;
	font-weight: bold;
	color: #939153;	
	text-decoration: none;
}
a:Visited.topNav
{
	font-size: 10px;
	font-weight: bold;
	color: #939153;	
	text-decoration: none;
}
a:Hover.topNav
{
	font-size: 10px;
	font-weight: bold;
	color: #FFB400;	
	text-decoration: none;
}