.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;

}

.tdcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.subhead
{
	font-family:arial;
	font-size:14px;
	color:#2963B0;
	font-weight:bold
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
body {
	background-attachment: scroll;
	background-color: ##e9e9e9;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat-x;
}


/* LINKS */

.frmlnk
{
	font-family:arial;
	font-size:11px;
	text-decoration:none; 
	color:#2963B0;
	font-weight: normal;
}

a.frmlnk
{
	font-family:arial;
	font-size:11px;
	text-decoration:none; 
	color:#527bb9;
	font-weight: normal;
}

a.frmlnk:visited 
{
	font-family:arial;
	font-size:11px;
	text-decoration:none; 
	color:#527bb9;
	font-weight: normal;
}

a.frmlnk:hover 
{
	color:#ff6600;
	text-decoration:none;
}

