BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}
A:LINK {
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF0000;
}
A:VISITED {
	text-decoration:none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
}

A:ACTIVE {
	text-decoration:none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
}

A:HOVER {
	text-decoration:underline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
}

.bodyBLUE { font-size: 11pt; color: #00286E}
.bodyBLACK {  font-size: 11pt; color: #000000}

.bodyBOLD { font-size: 11pt; font-weight: bold; color: #000000}
.bodyBOLDblue { font-size: 11pt; font-weight: bold; color: #00286e}

.bodyITALIC { font-size: 11pt; font-style: italic; color: #000000}
.bodyITALICblue { font-size: 11pt; font-style: italic; color: #00286e}

.bodyITALICbold { font-size: 11pt; font-style: italic; font-weight: bold; color: #000000}
.bodyITALICboldBLUE { font-size: 11pt; font-style: italic; font-weight: bold; color: #00286e}



.small { font-size: 10pt; color: #000000}
.smallLINK { font-size: 8pt; color: #ff0000}
.smallITALIC { font-size: 10pt; font-style: italic; color: #000000}

.Footer {
	font-size: 8pt;
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
}
.Footer a:link { font-size: 8pt; color: #FFFFFF; text-decoration: none}
.Footer a:visited { font-size:8pt; color: #FFFFFF; text-decoration: none}
.Footer a:hover { font-size: 8pt; color: #FFFFFF; text-decoration: underline}

.scopyright { font-size: 8pt; color: #000000}

.bodyRed {  color: #FF3333; font-weight: bold; font-size: 11pt}
