@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	background:#FFFFFF repeat-x url(/images/bg.jpg) bottom left;
}

.copyright
{
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.tableHeader
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#000033;
}

.genBlack
{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:16px;
	color:#000000;
}

.genBold
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.genBlue
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}

.genBlueLG
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000066;
}

.genRed
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.genBoldSM
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.title
{
	font-family:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:16px;
	color:#000066;
}

.progressCurrent
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	background-color:#009900;
}

.progressComplete
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #000033;
}

