body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #d5d6d7;
	color: #000000;
	text-align: center;
	}
#page {
	align: center;
	background-color: white;
	border: 3px solid #800000;
	text-align: left;
	width: 98%;
	padding : 1.0em 1.0em 1.0em 1.0em;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
a:link {
	color: #0000E1;
	font-weight: bold;
	text-decoration: underline;
}
a.link_small {
	color:#0066CC;
	text-decoration:none;
	font-size: 11px;
}
a:visited {
	color: #0000E1;
	font-weight: bold;
	text-decoration: underline;
}
a.visited_small {
	color:#0066CC;
	text-decoration:none;
	font-size: 11px;
}
a:hover {
	color: #E10000;
	font-weight: bold;
	text-decoration: underline;
}
td.cellmar {
	background-color: #efefef;
}
td.cellmar1 {
	background-color: #fafafa;
}
td.cellmar2 {
	background-color: #e1ffff;
	color: #000080;
	font-weight: bold;
}
td.cellmar3 {
	background-color: #efefef;
	color: #000080;
	font-weight: bold;
}
th.cellmar3 {
	background-color: #efefef;
	color: #000080;
	font-weight: bold;
}
h4 {
	color: #000080;
}
h5 {
	color: #000080;
}

.centerdiv { /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
margin: 0 auto;
}