BODY {
	background-color: #006699;
	color: White;
	margin: 0;
}

BODY,TABLE,FORM {
	font-size: 10pt;
}

#idFront H1 {
	font-size: 12pt;
	color: #FF9900;
	margin-bottom: 0;
	margin-left: 30;
}

UL {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 7px;
}
LI {
	line-height: 180%;
}

.ActivePos,.InactivePos {
	font-weight: bold;
	width: 25px; height: 25px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid white;
	margin-right:1px;
	cursor: hand;
}
.ActivePos {
	background-color: white;
	color: #CC0000;
}
.InactivePos {
	background-color: #525252;
	color: white;
}

#idIndex {
	position: absolute;
	top: 0; left: 130; width:300;
}
#idFront {
	padding-top:10;
}
