body, p, td, table, ul, li, ol, span, form { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #000000; 
text-decoration: none; 
}

a {
color: #006d9d;
}

/*****************************************************************
HEADLINES AND SUNBHEADS
*****************************************************************/

h1 { 
font-size: 18px; 
color: #333333; 
font-weight: bold;
}

h2 { 
font-size: 14px; 
color: #5c8303; 
font-weight: bold; 
margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform:uppercase;
}

/*****************************************************************
NO DISPLAY
*****************************************************************/

#header, #leftnav, #sidebar, #footer, #top, #logo {
display: none;
}


/*****************************************************************
DISPLAY
*****************************************************************/

#printheader, #copyright {
display: block;
}

#content, #content_nosnav {
width: 590px;
}











