@charset "utf-8";
/* CSS Document */

body, #container, #header, #navigation, #footer, #feature, #content-container, #column-left, #contents, #content, #content-sec, #content-bottom {position: static; text-align: left; text-indent: 0; background: White; color: Black; border-color: Black; width: auto; height: auto; display: block; float: none; min-height: 0; margin: 0; padding: 0;}

body {
	background: White;
	font-size: 10pt !important;
	color: Black;
	padding: 0 3%;
	}

#nav-left, #navigation {
	display: none !important;
	}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color: #53a6ed;
	} 