BODY.menu {
	background : #009900;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
}
TR.menu{
	background : red;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
	border : thin solid blue;
	vertical-align : middle;
}
A.menu {
	background : red;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
	font-weight : bold;
}

TABLE.menu {
	background : red;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
	border : thin solid blue;
	vertical-align : middle;
}


A.menu:LINK {
	background : red;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
	font-weight : bold;
}

A.menu:VISITED {
	background : red;
	color : black;
	font : normal 10pt sans-serif;
	text-decoration : none;
	font-weight : bold;	
}

A.menu:ACTIVE {
	color : blue;
}

A.menu:HOVER {
	/* background : #999CCC; */
	color: white;
}

BODY {
	background-color : White;
	color : Black;
}

P {
		font : normal 10pt sans-serif;
}


H1 {
	font : normal 28pt sans-serif;
	font-weight : bold;
	color : blue;
}

H2 {
	font : normal 20pt sans-serif;
	font-weight : bold;
	color : blue;
}

H3 {
	font : normal 16pt sans-serif;
	font-weight : bold;
	color : blue;
}

H4 {
	font : normal 12pt sans-serif;
	font-weight : bold;
	color : blue;
}

H5 {
	font : normal 12pt sans-serif;
}

H6 {
	font : normal 10pt sans-serif;
	color: blue;
}

TABLE {
	background : White;
	color : Black;
	font : normal 10pt sans-serif;
	text-decoration : none;
}

A:LINK {
	color : red;
}

A:VISITED {
	color : blue;	
}

A:ACTIVE {
	color : blue;
}

A:HOVER {
	/* background : #999CCC; */
	color: red;
	font-weight : bold;
}








