@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a.link {color: #000080;}
a.visited {color: #000080;}
a:hover {color: #000000}
a.active {color: #0000FF;}
h2{	margin-top: -0px;}
h3 {color: #000000;
	font-size:18px;
	letter-spacing: .25em;
	margin-top: -0px;
	}
h4 {font-weight:bold;
	color: #CC0000;
	}
img {float: left;}
img.middle {float:none;}
p a {color:#FFFFFF;}
p span a {color:#000000; font-weight:bold}
a {color: #CC0000;}
a.red {color: #CC0000;}
td {
	vertical-align: top;
	text-align: left;
}
span a {color:#000000;}
.finecopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	font-weight: bold;
	}
/*span {text-align: left;}


