:link { color: #2222EE }
:visited { color: #cccc88 }
:active { color: #FF0000 }
:hover { color: green }


#A:link { color: #009; /* border: none -- breaks NS 4.x */ }

#A:visited, A:active { color: #906; /* border: none -- breaks NS 4.x */ }

A:link IMG, A:visited IMG { border-style: none }
A IMG { color: white } /* The only way to hide the border in NS 4.x */

.hide {
  display: none;
  color: white;
}

BODY {	color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5em;
	margin-bottom: 5em;
	background: #FFFFFF;
	font-size: 12pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.heading {
	font-size: 18pt;
	text-align: left;
	color: #666666;
	font-weight: bolder;
	margin: 0px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.centered {
	text-align: center;
}

.disclaimer {
	font-size: 9pt;
}

h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold}
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold ; line-height: 14pt}

.TITLEPAGE {
	background-color: #FFCC00;
	margin: 0px 0px 20px;
	padding: 2px 5px 5px;
}

