BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.arial8pt {
	font-size: 8pt;
	color: Black;
}
.arial8ptgray {
	font-size: 8pt;
	color: Gray;
}
.arial10ptwhite {
	font-size: 10pt;
	color: white;
	background-color: Black;
}
.arial12pt {
	font-size: 12pt;
	color: Black;
}
.arial12ptwhite {
	font-size: 12pt;
	color: white;
	background-color: Black;
}


A {
	color: Black;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;

}

A:HOVER {
	color: Aqua;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
A.menupurple {
background-color: Purple;
color: White;
font-family: Arial, sans-serif;
}
A.menupurple:hover {
background-color: #C500C6;
color: #DDDDDD;
font-family: Arial, sans-serif;
}
A.menublack {
background-color: black;
color: White;
font-family: Arial, sans-serif;
}
A.menublack:hover {
background-color: black;
color: Silver;
font-family: Arial, sans-serif;
}
.TitleHeadwhite
{
	font: bold 14pt arial;
	COLOR: #ffffff;
	background-color : Gray;
}
