body {
	margin:0px;
	text-align:justify;
}

.menu {
	border-spacing:0px;
}

.menu td {
	border-color:#FFFFFF;
	color:#EEEEFF;
	padding: 0px 5px 0px 5px;
	text-align:center;
}

.firststd {
	background-color:#000077;
	border-left:solid 2px;
	width:70px;
}

.lasttd {
	background-color:#000077;
}

.firststd a {text-decoration: none; font-weight:bold; }
.firststd a img {border: none; }
.firststd a:link { color:#FFFFFF; }
.firststd a:active { color:#FFFFFF; }
.firststd a:visited { color:#FFFFFF; }
.firststd a:hover { color:#FFFFFF; }
.firststd:hover { color:#000000; background-color: #CCCCFF;}
.firststd:hover a { color:#000000; background-color: #CCCCFF;}

.currenttd {
	border-left:solid 2px;
	width:70px;
	background-color:#770000;
	font-weight:bold;
}
.currenttd a {text-decoration: none; color:#FFFFFF}
.currenttd a img {border: none; }

.content {
	margin:8px;
}

.box {
	margin:3px;
	border:solid 1px #000070;
}

h1 {
	text-align:center;
	color:#0000A0;
}
h2 {
	color:#000070;
	margin-top:30px;
	margin-bottom:8px;
	margin-left: 50px;
	padding-left: 4px;
	border-bottom:thin solid #000070;
	border-left:thin solid #000070;
	background-color:#E0E0EF;
}
h3 {
	color:#000040;
	margin-top:20px;
	margin-bottom:5px;
	margin-left: 20px;
	border-bottom:thin dotted #000040;
}


