body {
	background-color : white;
	margin : 0px 0px 0px 0px;
	color: Black;
	SCROLLBAR-FACE-COLOR: #FBFBFB;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-TRACK-COLOR:white;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: #004C81; 
}
th {
	background-color : #E4E4E4;
}
.menu {
	color : Black;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
.menu:link {
	color : Black;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
.menu:hover {
	color : Maroon;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.main,td,th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	color : Black;
}

a:link {
	color : Black;
	font-size : 12px;
	text-decoration : none;
		font-weight : bold;
}
a:hover {
	color : red;
	font-size : 12px;
	text-decoration : underline;
		font-weight : bold;
}
a:visited {
	color : Black;
	font-size : 12px;
	text-decoration : none;
			font-weight : bold;
}

P {
	font-size:12px;
	font-family:arial;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	color: Black;
	line-height:1.5;
	text-indent:0
}
