body {
	font-family:verdana;
	font-size:11px;
}
.text {
	font-family:verdana;
	font-size:11px;
} 
.formText {
	font-family:verdana;
	font-size:11px;
	font-weight:bold
}
.err {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#000066
}
.info {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#66CC33
}
A:link, A:visited {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000
}
A:hover {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000
}