/* CSS Document */

.bodytext 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.headline 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	color: #003f7d;
	font-style: normal;
	font-weight: bold;
}

a:link 
{
	text-decoration: underline;
	color: #003f7d;
	font-weight: normal;
}

a:visited 
{
	text-decoration: underline;
	color: #003f7d;
	font-weight: normal;
}

a:hover 
{
	text-decoration: none;
	color: #f77a12;
	font-weight: bold;
}

a:active 
{
	text-decoration: none;
	color: #f77a12;
	font-weight: bold;
}



