/* Localized */
@media screen, print {
	td {  font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #003333; text-decoration: none}
	a {		color: #003333}
	.nav {  font-size: 11px; font-weight: bold; color: #333333; line-height: 20px;}
	.h5 {  font-size: 13px; font-weight: bold; text-decoration: none;}
	h1 {  font-size: 14px; font-weight: bold; text-decoration: none;}
	h2 {  font-size: 13px; font-weight: bold; text-decoration: none;}
	h3 {  font-size: 12px; font-weight: bold; text-decoration: none; margin:20px 0px 0px 0px; padding:0px;}
	h4 {  font-size: 11px; font-weight: bold; text-decoration: none;}
	h5 {  font-size: 10px; font-weight: bold; text-decoration: none;}
	body {
		background-color: #FFCC00;
		margin: 0px;
		color:#000000;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	#diversions h3 {
		font-size: 11px; 
		font-weight: bold; 
		text-decoration: none;
		margin:0px;
		padding:0px;
	}
	a:hover {
		color: #FF9900;
	}
	#mainbodycell{
		background-image:url(../images/main_content_back.gif);
	}
	.nowrap { white-space: nowrap; }
}

@media print {
	h1, h2, h3, h4, h5, h6, body, td, ul, li, a:link, a:visited {
		color: #000000;
		background-color: #FFFFFF;
		text-decoration:none;
	}
	#header, #mainnav, #footer, .noprint {
		display: none;
	}
}