h1 {
	font-size: 14px;
	color: #FFFFFF;
}

body {
	background-color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	line-height: 18px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
}
.footnote {
	color: #FFFFCC;
	font-size: 9px;
	background-position: center center;
}
.bodybold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a:visited {
	font-weight: bold;
	color: #FFCC00;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
}
.body_italic {
	font-style: italic;
}
.body_bold {
	font-weight: bold;
}
.body_bolditalic {
	font-style: italic;
	font-weight: bold;
}

