/* CSS Document */

.texthead
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: blue;
}
.bodytext
{
	font-family: verdana;
	font-size: 11px;

}
.bodytextcolor
{
	font-family: verdana;
	font-size: 11px;
	color:#660000;

}
.footertext
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #ffffff;
}
a:link
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
a:visited
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.bg { font-family: verdana; font-size: 12px; background-color: #ff0000; color: #ffffff;}
.bg2 { font-family: verdana; font-size: 12px; background-color: #000066; color: #ffffff; }
