/* CSS Document */
body {
	background-image: url(../images/back.gif);
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.font10white {
	font-size:10px;
	color: #FFFFFF;
}
.font10black {
	font-size:10px;
	color: #000000;
}
.font11white {
	font-size:11px;
	color: #FFFFFF;
}
.font11black {
	font-size:11px;
	color: #000000;
}
.font11whitebold {
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
}
.font11blackbold{
	font-size:11px;
	color: #000000;
	font-weight:bold;
}
.font11yellowbold{
	font-size:11px;
	color:#FFFF00;
	font-weight:bold;
}
.font11GrayBold{
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;
}
.font12BlueBold{
	font-size:11px;
	color:#0099CC;
	font-weight:bold;
}