a:link {
	text-decoration: underline;
	color: #CC0000;
	}
	
a:active {
	text-decoration: underline;
	color: #CC0000;
	}

a:visited {
	text-decoration: underline;
	color: #CC0000;
	}
	
a:hover {
	text-decoration: none;
	}
	
td, body {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 10pt;
}

body {
	margin: 0px;
}
	
.body {
	padding-top: 17px;
	padding-right: 15px;
}

h2 {
	color: #374B5D;
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	color: #990000;
	font-size: 10pt;
	font-weight: bold;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	font-size: 8pt;
}