BODY {
	background-color: #333333;
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%
}

TD {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	line-height: 140%
}

A:LINK {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

A:VISITED {
	color: #ffffff;
	text-decoration: none;	
	font-weight: normal;
}

A:ACTIVE {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

A:HOVER {
	color: #4cb8ea;
	text-decoration: underline;
	font-weight: normal;
}


A.blue:LINK {
	color: #4cb8ea;
	text-decoration: none;
	font-weight: normal;
}

A.blue:VISITED {
	color: #4cb8ea;
	text-decoration: none;	
	font-weight: normal;
}

A.blue:ACTIVE {
	color: #ffff00;
	text-decoration: underline;
	font-weight: normal;
}

A.blue:HOVER {
	color: #ffFF00;
	text-decoration: underline;
	font-weight: normal;
}

A.class3:LINK {
	color: #FFFFFF;
	text-decoration: none;
}

A.class3:VISITED {
	color: #FFFFFF;
	text-decoration: none;	
}

A.class3:ACTIVE {
	color: #FF0000;
	text-decoration: underline;
}

A.class3:HOVER {
	color: #FFFF00;
	text-decoration: underline;
}

H1 {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;

}

H2 {
	color: #4cb8ea;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;

}

H3 {
	color: #4cb8ea;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;

}

H4 {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;

}

H5 {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

H6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}


UL {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

TH {
	color: #FFFFFF;
	background-color : #003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

CAPTION {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-style: italic;
	font-size: 8pt;
}

P {
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
}


span.price {
    COLOR: #4cb8ea;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    font-weight : bold;
}

<style>
@media print {TABLE.noprint, DIV.noprint {display:none} }
</style>