a:link { color: #6699CC; text-decoration: underline }
a:active { color: #6699CC; text-decoration: underline }
a:visited { color: #336699; text-decoration: underline }
a:hover { color: #FF6600; text-decoration: none }

a.head:link { color: #666666; text-decoration: none }
a.head:active { color: #666666; text-decoration: none }
a.head:visited { color: #666666; text-decoration: none }
a.head:hover { color: #FF6600; text-decoration: none }

a.sub:link { color: #FF6600; text-decoration: none }
a.sub:active { color: #FF6600; text-decoration: none }
a.sub:visited { color: #FF6600; text-decoration: none }
a.sub:hover { color: #FFCC00; text-decoration: none }

a.sub2:link { color: #666666; text-decoration: none }
a.sub2:active { color: #666666; text-decoration: none }
a.sub2:visited { color: #666666; text-decoration: none }
a.sub2:hover { color: #FFCC00; text-decoration: none }

.contentfont {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #4A4A4A;
}

.footerfont {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #4A4A4A;
}

.formfield {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color : #FFFFFF;
	border : 1px solid Gray;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: White;
	background-color : #6699CC;
	border : 1px solid Gray;
}