.size1 {  font-size: 10px}
.size1bold { font-size: 10px; font-weight: bold}
.size2 {  font-size: 11px}
.size2bold { font-size: 11px; font-weight: bold}
.size3 {  font-size: 13px}
.size3bold { font-size: 13px; font-weight: bold}
.size4 {  font-size: 16px}
.size4bold { font-size: 16px; font-weight: bold}
.size5 {  font-size: 18px}
.size5bold { font-size: 18px; font-weight: bold}
body {  font-size: 13px}
table {  font-size: 13px}
td {  font-size: 13px}
a:link {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

