
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color: #AAAAAA;
	text-decoration: none;
}

.current a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 130px;
	font-size: 9pt;
}

.current a:hover {
	color: #AAAAAA;
	text-decoration: none;
	padding-left: 130px;
	font-size: 9pt;
}




a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA; 
	text-decoration: underline;
	}

body {
	background-color: #383838;
	margin-left: 0px;
	margin-top: 0px;
	}

html { height: 100%; margin-bottom: 1px; }


.scroll_text {
	font-family : Gill Sans, Gill Sans MT,  Arial;
	font-size : 10pt;
	line-height: 11pt;
	color : #DDDDDD;
	font-weight : normal;
}

.scroll_quoted {
	font-family : Gill Sans, Gill Sans MT,  Arial;
	font-size : 10pt;
	line-height: 11pt;
	color : #999999;
	font-weight : normal;
	margin-left: 30px;
}

.scroll_text a {color : #FFFFFF; text-decoration : none;}
.scroll_text a:hover {color : #999999; text-decoration : none;}


