body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.moduleHeader {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-repeat: no-repeat;
	text-indent: 5pt;
	font-weight: bold;
	color: #000000;
	background-color: #B5BACF;
}


.moduleBody {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(../images/insetBackground.gif);
	background-repeat: repeat;
	padding: 10px;
}


.HeaderText {
	font-size: 16px;
	font-weight: bold;
	width: auto;
	padding-bottom: 0px;
	padding-left: 1px;
}


.HeaderSpace {
	font-size: 4px;
	font-weight: bold;
	width: auto;
	padding-bottom: 0px;
	padding-left: 0px;
}


.PageHeader {
	font-size: 16px;
	font-weight: bold;
	width: auto;
	padding-left: 4px;
}


.PageTableHeader {
	border-top: 1px solid #9999A0;
	border-right: 1px none #9999A0;
	border-bottom: 1px none #9999A0;
	border-left: 1px solid #9999A0;
}


.normalRow {
	background-color: #FFFFFF;
}
	
	
.alternatingRow {
	background-color: #EFEFEF;
}


a:link {
	color: #FF0000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


a:visited {
	color: #FF0000;
	text-decoration: none;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
