body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
		font-size: 16pt;
}

h2 {
		font-size: 13pt;
		font-weight: bold;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #f00;
}
a:active {
	text-decoration: underline;
	color: #333;
}

a.menu:link {
	color: #f3f3f3;
	text-decoration: none;
}
a.menu:visited {
	color: #fff;
	text-decoration: none;
}
a.menu:hover {
	color: #f3f3f3;
	text-decoration: underline;
}
a.menu:active {
	color: #f3f3f3;
	text-decoration: none;
}

a.footer:link {
	color: #333;
	text-decoration: none;
}
a.footer:visited {
	color: #333;
	text-decoration: none;
}
a.footer:hover {
	color: #f00;
	text-decoration: underline;
}
a.footer:active {
	color: #333;
	text-decoration: none;
}