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

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

th {
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	text-align: left;
	color: #010066;
}
.contentCell {
	padding: 10px;
}

.altRow {
	background-color: #ECEEF2;
}



.OverRow {
	background-color: #F7F8FA;
}

.tableHeader {
	background: #010066;
	color: White;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #D3D9E1;
}

.fieldName {
	background: #CCD9EE;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid #D3D9E1;	
}


.fieldCell {
	background: #ECF0F9;
	border-top: 1px solid white;
	border-bottom: 1px solid #D3D9E1;	
}


.smallText {
	font-size: 60%;
}

#MenuList li {
	display: inline;
	margin: 0px 2px 0px 2px;
	background: #ECEEF2;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	text-indent: 0px;
	background-image: url(tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#MenuList .FrontTab{
	background: #768694;
	color: white;
	background-image: url(tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#MenuList {
	list-style: none;
	margin: 0px 0px 4px 4px;
	text-indent: 0px;

}

#MenuList li a {
	color: Black;
	text-decoration: underline;
}

#MenuList li a:hover {
	color: #768694;

}

.tableHeader a {
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
