<STYLE TYPE-"type/css">

<!--

/*Elements */

a {color: #0000FF; text-decoration: underline}  
a:visited {color: #800080; text-decoration: underline}
a:hover {color: #000000; text-decoration: underline}  


BODY, HTML {
	background: #065CD2;
	margin : 0px 0px 0px 0px;
}

/* LOGICAL CLASSES */

/* Table Section */

TD {
	font-family:arial,helvetica;	
	font-size:10pt;
}
TD.tabhead {
    background:#065CD2;
	text-decoration: none;
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
	};	
TD.tabnav {
	background:#065CD2;
	color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	text-align : center;
};
TD.tabsubhead {
    background:#333399;
	text-decoration: none;
	color:#ffffff;
	font-size:8pt;
	font-weight:none;	
	};
TD.tabcontent {
    background:#3399FF;
	text-decoration: none;
	color:#ffffff;
	font-size:10pt;
	};
TD.tabcontent2 {
    background:#065CD2;
	text-decoration: none;
	color:#ffffff;
	font-size:10pt;
	};

P {
	font-family:arial,helvetica;	
}

P.head {
	text-decoration: none;
	color:#000000;
	font-size:16pt;
	font-weight: bolder;
};	
P.subhead {
	text-decoration: none;
	color:#000000;
	font-size:12pt;
	font-weight:bold;	
	};
P.content {
	text-decoration: none;
	color:#000000;
	font-size:10pt;
	};
P.small {
	text-decoration: none;
	color:#000000;
	font-size:8pt;
	};
P.normal {
    background:#ffffff;
	text-decoration: none;
	color:#000000;
	font-size:10pt;
	};
	
	
	
/* MODIFIERS */

#black {color:#000000;}
#white {color:#ffffff;}
#blue {color:#000066;}
#red {color:#cc0033;}
#cream {color:#FFFF99;}
#orange {color:#de7700;}
#gold {color:#FCFF01;}

#cellback1 {background: #065CD2;}
#cellback2 {background: #3399FF; color: #ffffff;}
#cellback3 {background: #065CD2; color: #ffffff;}
#cellback4 {background: #333399; color: #ffffff;}

-->

</STYLE> 

