body {
	/*background-color: #DCDCDC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height: 24px; 
	color: #336699; */
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*line-height: 24px;
	color: #333333; */
}
h3 {
	color: #336699;
	font-size: 15px;
}
.Tabletitle {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.Tablesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.Tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.rowheader {
	font-weight: bold;
	font-size: 12px;
	height: 45px;
} 
.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}
.small {
	font-size: 9px;
	font-weight: normal;
}
.ListHeader {
	background-color: #336598;
	color: #FFFFFF;
	font-size: 10px;
	white-space: normal;
	margin: 0px;
	padding: 3px;
}
.ListHeader th{
	background-color: #336598;
	color: #FFFFFF;
	font-size: 11px;
	white-space: normal;
	margin: 0px;
	padding: 3px;
}
.ListHeader td{
	background-color: #336598;
	color: #FFFFFF;
	font-size: 11px;
	white-space: normal;
	margin: 0px;
	padding: 3px;
}
.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}
a:hover {
	text-decoration: underline;
}
/* ID Styles */

#mainTable {
	border-bottom: 2px solid #C0DFFD;
	}
#mainTable td {
	border-bottom: 2px solid #ABD3FC;
	text-align: center;
	vertical-align: bottom;
	line-height: 12px;
	}
.oddrow {
	background-color: #CEE6FF;
}
.evenrow {
	background-color: #FFFFFF;
}
