p { font-family: "MS Serif", "New York", serif; color: #000066; font-size: 10pt; }
h1 { font-family: "Times New Roman", Times, serif;  color: #000066; font-size: 16pt;}
h2 { font-family: "Times New Roman", Times, serif;  color: #000066; font-size: 15pt}
h3 { font-family: "Times New Roman", Times, serif;  color: #000066; font-size: 14pt}
h4 { font-family: "Times New Roman", Times, serif;  color: #000066; font-size: 13pt}
h5 { font-family: "Times New Roman", Times, serif; font-style: normal; color: #000066; font-size: 12pt}

ul {
	font-family : "MS Serif", "New York", serif;
	font-size : 10pt;
	list-style : disc;
	color : #000066;
}


a {
	color : #3366CC;
	font : normal 10pt "MS Serif", "New York", serif;
	text-decoration : underline;
}

a:hover {
	color : #CC0033;
	text-decoration : underline;
}

