
H1 {
	text-align: center;
	font-family:ARIAL;
	font-weight:BOLD;
	font-style:ITALIC;
        color: "#003399";
}


H3 {
	text-align: center;
	font-family:ARIAL;
	font-weight:BOLD;
        color: "#003399";
}


TH {
	text-align: center;
	font-family:ARIAL;
	font-weight:BOLD;
        color: "#333333";
}



TD {
	text-align:center;
	font-family:ARIAL;
        font-size: xx-small;
	color:"#333333";
}

TD.large {
	text-align:center;
	font-family:ARIAL;
        font-size: x-small;
	color:"#333333";
}


A {
	color:"#003399";
}



A:hover {
	color: #99ccff;
}


A.none {
	font-family:ARIAL;
        font-size: x-small;
	text-decoration:none;
	color:#003399;
}


LI {

	color:"RED";
}



