
body  { color: black; font-size: 10pt; font-family: Arial }
p  { color: black; font-size: 10pt; font-family: Arial }
a:link { color: #666666; font-family: Arial; font-weight: bold; text-decoration: none }
a:visited  { color: #666666; font-family: Arial; font-weight: bold; text-decoration: none }
a:hover  { color:blue; text-decoration:none ; font-weight:Bold; font-style:normal; }
a:active  { color: #FF0000; text-decoration: none }
h1 { color: gray; font-size: 25pt; font-family: Arial; font-weight: bold; margin: 0; padding: 0 }
h2  { color: gray; font-size: 18pt; font-family: Arial; font-weight: bold; margin: 0; padding: 0 }
h3  { color: gray; font-size: 12pt; font-family: Arial; font-weight: bold }
h4 { color: gray; font-size: 18px; font-family: Arial; font-weight: bold; line-height: 12px; margin: 1.33em 0 }
h5  { color: gray; font-size: 18px; font-family: serif; font-style: italic; font-weight: bold; margin: 1.67em 0 }
.style1 { font-size:9pt }
.style2 { color:#666666; font-size:18px; font-family:Arial }
.style3 { color: #666666; font-size:10pt }
.style4 { color: #666666; font-family: Arial; font-weight: bold; text-decoration: none }

/* BUTTONS -------------------------------------------------------------------------------------------*/

.BUTTON
{
	border-right: #0066FF 2px solid;
	border-top: #0066FF 2px solid;
	font-size: 12pt;
	font-weight:bold;
	border-left: #0066FF 2px solid;
	border-bottom: #0066FF 2px solid;
	font-family: Arial;
	background-color: #FFFFFF;
}
.BUTTON:hover
{
	border-right:#0099FF 2px solid;
	border-top:#0099FF 2px solid;
	border-left:#0099FF 2px solid;
	border-bottom:#0099FF 2px solid;
}