.f12 {
	font-size: 12px;
}
.f10 {
	font-size: 10px;
}
body.bg {
	background-image: url(images/back_gray.gif);
	background-repeat: repeat-y;
}
.f10B {
	font-size: 10px;
	font-weight: bold;
}
.blue {
	color: #003399;
}
.f10white {
	font-size: 10px;
	color: #FFFFFF;
}
.f9 {
	font-size: 9px;
}
.f12B {
	font-size: 12px;
	font-weight: bold;
}
.f12blue {
	font-size: 12px;
	color: #003399;
}
a:link {
	color: #003399;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #666666;
}
.italic {
	font-style: italic;
}
.f10gray {
	font-size: 10px;
	color: #666666;
}
.f12gray {
	font-size: 12px;
	color: #666666;
}
.f12red {
	font-size: 12px;
	color: #CC0000;
}

