BODY {
	background-color : White;
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: Black;
	scrollbar-base-color : #8D8D8D;
	scrollbar-3dlight-color : #8D8D8D;
	scrollbar-arrow-color : #FAA500;
	crollbar-darkshadow-color : #8D8D8D;
	scrollbar-face-color : #c0c0c0;
	scrollbar-highlight-color : #8D8D8D;
	scrollbar-shadow-color : #8D8D8D;
	scrollbar-track-color : White;
	text-align : justify;
}

TABLE {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: Gray;
	background-color : White;
}


A {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-decoration : none;
}

A:ACTIVE {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	font-color: White;
	text-decoration : none;
}

A:FOCUS {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-decoration : none;
}

A:HOVER {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: #FAA500;
	text-decoration : none;
}

A:LINK {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-decoration : none;
}

A:VISITED {
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-decoration : none;
}

H2{
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-style : bold;
	color : Red;
}

h3, h4, h6{
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-style : bold;
	color : #FF7F00;
}

LI {
	list-style-type : disc;
}

input, textarea, button {
	background-color : #00A9DF;
	font-family : Arial,Verdana,Geramond,Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color: White;
	text-decoration : none;
	border-color : #00A9DF;
	background : #00A9DF;
}
