BODY {
	margin:0;
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
}
FORM {margin:0;
	padding:0;
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
}

INPUT {margin:0;
	padding:0;
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
}

TD {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : #666666;
}

.td-white {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : #000000;
	background-color : white;
}

.td-green {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : white;
	background-color : #b4d07b;
}

.td-gray {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : white;
	background-color : #d3d4d8;
}


.td-black {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : white;
	background-color : black;
}

.td-blue {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : white;
	background-color : #1b5292;
}
.td-darkred {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : white;
	background-color : #801308;
}

.menuleft {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : #000000;
	background-color : white;
	border-left:7px solid #801308;
	border-top:1px solid white;
	border-bottom:1px solid #666666;
}

.menuleft_over {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color : #000000;
	background-color : white;
	border-left:7px solid #666666;
	border-top:1px solid white;
	border-bottom:1px solid #666666;
}


A, A:Visited {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	text-decoration: none;
	color: white;
}

A:Hover {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	text-decoration: underline;
	color: white;
}


.onlight, .onlight:Visited {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	text-decoration: none;
	color: #801308;
}

.onlight:Hover {
	font-family :  Arial, sans-serif ;
	font-size : 9pt;
	color: #801308;
}




