body,td
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
	
 
	
a:link  
{
	color: #003399;
	text-decoration: underline;
}

a:visited  
{
		color: #003399;
		text-decoration: underline; 
}

a:hover  
{
		color: #333333;
		text-decoration: none; 
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- //
// Text Styles
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=- */
.paraMain
{
	margin-bottom: +16px;
}
	
.header1
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.header2
{
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 5px;

}





.caption
{
	font-size: 10px;
	font-style: italic;
}



a.nav:link, a.nav:visited
{
	font-size: 16px;
	color: #003399;
}


a.nav:hover
{
	color: #000000;
}

a.navSelected:link, a.navSelected:visited
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}


a.navSelected:hover
{
	color: #000000;
}



a.subnav:link, a.subnav:visited
{	
	font-size: 14px;
	color: #003399;
	text-decoration: none;

}


a.subnav:hover
{
	text-decoration: underline;
}
.tickmark {
	font-size: 10px;
}
.captionTwo {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}