#scrn-read, #header, #menu, #sub-menu, #userStatus, #SectionHeader, #loading {
	display:none
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.8em;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5 {
	color: #339966 /*#306FDF*/;
}

a, a:link, a:visited {
	text-decoration:none;
}

a {
	color: #ed7d00 /*#306FDF*/;
    cursor: pointer;
}

a:link, a:visited  {
	color: #ed7d00;
}

a:hover {
	color: #339966 /*#16448A*/;
	text-decoration: underline;
}

#footer {
	padding: 0.3em ;
	background: #fff;
	color: #888;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
    border-top:1px solid #6e6e6e;
}