/* CSS Document */
<style type="text/css">
<!--
body {
	background-image: url(printBG.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration:  underline;
	color: #003366;
}
a:visited {
	text-decoration:  underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #D7D364;
}
a:active {
	text-decoration: none;
}
.tblBrdr {
	border: 1px solid #000000;
}

.callOut {color: #FF0000}

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

a.linkopacity:hover img {
	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;
}

.header {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#949494;
	display:block;
	width:180px;
	height:14px;
	padding-left:10px;
	vertical-align:middle;
}

-->
</style>


