@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #093349;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #0B344A;
}

body {
	background-color: #999;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #C51719;
}

