BODY {
	
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

BUTTON {
	background: #ff9900;
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin;
	border-style : solid;
	border-width : thin;
	border-color : White Black Black White;
}

H2 {
	
	font-size: 14pt;
	font-family : Verdana;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: Verdana;
    font-size: small;
}

A {
	color: #ffffff;
	text-decoration: underline;
}

A:Hover {
	color: #000000;
	text-decoration: underline;
}

HR {
	height: 1pt;
}
CSS_BOX{
	background: Gray;
	border: thin White solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

