body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #0066CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
.redtext {
	color: #FF0000;
}
.smalltextnav {
	font-size: 9px;
	color: #666666;
}
.whitetext {
	font-size: 10px;
	color: #FFFFFF;
}

