body
{
	margin: 0;
	background-color: white;
}

.vspace
{
	margin: 2px;
}

#menuholder
{
	margin: 0;
	background-color: white;
}

#menuholder ul
{
	margin-top: 0px;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
}

#menuholder ul li
{
	display: inline;
	white-space: nowrap;
}

#menuholder ul li a
{
	margin: 0 0 0 1em;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.pagetable
{
	background-color: #CCC;
}

.tabletitle
{
	background-color: #003399;
}

.titletext
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #ffcc00;
	padding: 0px 0px 0px 1em;
}

.titleother
{
	font-size: 12px;
	display: inline-block;
	white-space: nowrap;
	height: 22px;
	line-height: 22px;
	padding-right: 1em;
}

.userlabel
{
	font-size: 12px;
	display: inline-block;
	white-space: nowrap;
	line-height: 22px;
	height: 22px;
	padding-right: 1em;
}

.tablesubtitle
{
	background-color: #4c6fb5;
}

.subtitletext
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: white;
	padding: 0px 1em 0px 1em;
}

.label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333;
	text-align: right;
	background-color: white;
}

.regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	background-color: white;

}

.centered
{
	margin: auto;
	color: #333;
	background-color: white;
}

.dollars
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333;
	text-align: right;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: red;
	text-align: center;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}

.tabletitle a
{
	color: #ffcc00;
}

/* Scrollable Table */
div.centered
{
	text-align: center;
}
div.titleContainer
{
	clear: both;
	width: 650px;
	border-color: #000;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #999;
}
div.tableContainer
{
	clear: both;
	height: 285px;
	overflow: auto;
	width: 650px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: inline-block;
}
div.footContainer
{
	clear: both;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.scrollingtable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
}
.scrollingtable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: black;
}
.c1
{
	width: 130px;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}
.c2 {
	width: 290px;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}
.c3
{
	width: 40px;
	text-align: center;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}
.c4
{
	width: 80px;
	text-align: right;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
}
.scrollingtable tr.on { background-color: #CCC; }
.scrollingtable tr.off { background-color: #FFF; }
/* End Scrollable Table */