/* CSS Document */
/* defines how the template cells appear for printing purposes */
#main-content-cell { width:100%; z-index:12; }
#footer-cell { width:1px; height:1px; display:none; }
#left-nav-cell { width:1px; height:1px; display:none; }
#header-cell { width:1px; height:1px; display:none; }
#sub-content-cell { height:1px; display:none; }

/* defines how the rest of the page appears in print */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {	font-size: 12px;}
a:link { color: #CC9900;}
a:visited {	color: #CC9900;}
a:hover { color: #0099FF;}
a:active { color: #FFFFFF;}

