@charset "UTF-8";
/* CSS Document */
.heading2 {
	font-size: 24px;
}
.heading3 {
	font-size: 18px;
}
.heading4 {
	font-size: 12px;
}
a.subnav:link {
	text-decoration: none;
	color:#666666;
}
a.subnav:hover {
	text-decoration: none;
	color: #CC0000;
}
a.subnav:visited {
	color:#666666;
}

body,td,th {
	font-family: Bell MT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
a {
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
