body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
p,td {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: Black;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: Navy;
	text-decoration: underline;
}
h1 {
	font-family: Arial Narrow;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial Narrow;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
.menu {
	border-top: 1px solid ghostwhite;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid ghostwhite;
	background-color: ghostwhite;
}
.menuOn {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.red {
	color: red;
}
