.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none }
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000
}
.heading { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none ; color: #000000 }

a {
	color: #bcbdc0;
	text-decoration: none;
}

a:hover {
  color: #bcbdc0;
  text-decoration: underline;
}

html, body, #wrapper{
	height:100%;
	scrollbar-face-color:#bcbdc0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	color: #bcbdc0;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
}

#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
}