/* html format styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1 { font-family: "Times New Roman", Times, serif; font-size: 24px; color: #003366; font-weight: normal}
h2 {  font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: normal; color: #000000}
h3 { font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: normal; color: #003366}
h4 { font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #000000}
h5 { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #003366; font-weight: bold}
h6 {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000000}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
a {
	color: #990000;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
th { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000 ; font-weight: bold}
li { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000 }
pre {  font-family: "Courier New", Courier, mono; font-size: 12px}
