a:link, a:visited, a:active, a:hover { color: #000066; font-weight: bold; text-decoration: none }
a:visited                 { color: #000066 }
a:active                  { color: #000066 }
a:hover                   { text-decoration: underline }

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;


}
.textyellow {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
}
.textdark {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

.linktextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	a.linktextwhite:link { color: #FFFFFF; font-weight: bold; text-decoration: none }
	a.linktextwhite:visited { color: #FFFFFF; font-weight: bold; text-decoration: none }
	a.linktextwhite:active { color: #CCCCCC; font-weight: bold; text-decoration: none }
	a.linktextwhite:hover { color: #CCCCCC; font-weight: bold; text-decoration: none }
)