BODY {
	color : Black;
	background-color : White;
	font-family : "Times New Roman", Times, serif, serif;
	font-size : medium;
	text-align : left;
	margin-left : 7;
	margin-top : 7;
}

td.body {
	background-color : #CCFFCC;
	padding : 5px;
	font : normal 12pt serif;
	font-size : x-small;
	}
	
table.body {
	background-color : #CCFFCC;
	padding : 5px;
	font : normal 12pt serif;
	font-size : small;
	}
	
table.sidemenu {
	background-color : #33CC33;
	border-width : 0;
	font-family : sans-serif;
	font-size : x-small;
	font-style : normal;
	font-weight : 600;
}

table.topmenu {
	background-color : #33CC33;
	border-width : 0;
	font-family : sans-serif;
	font-size : x-small;
	font-style : normal;
	font-weight : 600;
	margin : 3px;
	}


A {
	color : Blue;
}

H1 {
	font-family : sans-serif;
	font-weight : 700;
	text-align : center;
}

H3 {
	font-family : sans-serif;
	font-weight : 700;
	text-align : center;
}

A:HOVER {
	color : #CC6633;
}

p.footer {
	font-family : "Arial","sans-serif";
	font-size : 10pt;
	text-align : center;
}