body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.mid { font-size:16px; font-weight:bold;}
.red { 
	font-size:14px; 
	font-weight:bold;
	color:#FF0000;
}
.red-error { 
	font-size:12px; 
	font-weight:bold;
	color:#FF0000;
}

.blue { 
	font-size:20px;
	text-transform: uppercase;
	font-weight:bold;
	color:#000099;
	font-style:italic;
}
a:link {
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	font-weight:bold;
	text-decoration: underline;
}
