body {
	background-color: #FFFFFF;
	margin: 0px;
	}
	
.bkg_content {
	background-image: url(images/bkg_content.jpg);
	background-repeat: no-repeat;
	}	

a:link {
	color: #0000CC;
	text-decoration: underline;
	}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
a:visited {
	color: #990099;
	text-decoration: underline;
	}
	
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.header_red {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3300;
	}

.nomarg {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 0px;
	}
	
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-right: 5px;
	}
	
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-right: 5px;
	}
	
.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .60em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 0em;
	margin-right: .50em;
	}

.asterisk {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FF0000;
	}

.greenbold {
	font-weight: bold;
	color: #3F912B;
	}

.redbold {
	font-weight: bold;
	color: #CC0000;
	}

