/* CSS Print */
.container {
	width : auto;
	border : 0px;
}
	
.topnav {
	display : none;
}

.news a:link, .news a:hover, .news a:active, .news a:visited {
	display: none;

}

.maincontent {
	padding : 0px 4px 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;

}

a:link, a:hover, a:active, a:visited {
	text-decoration : none;
	color : #333333;
}

.links a:link, .links a:hover, .links a:active, .links a:visited {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #333333;
	}

.subtext {
	font-size: smaller;

}




