body {
	background-color: #363636;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: top left;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
	scrollbar-face-color: 6f7173;
    scrollbar-shadow-color: 3b3b3c;
    scrollbar-highlight-color: 3b3b3c;
    scrollbar-3dlight-color: 3b3b3c;
    scrollbar-darkshadow-color: 3b3b3c;
    scrollbar-track-color: 3b3b3c;
    scrollbar-arrow-color: adafb1;
}

.text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a6a9;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3a6a9;
	text-decoration: none;
	text-transform: uppercase;
}

.text a:hover {
	color: #a3a6a9;
	text-decoration: underline;
	text-transform: uppercase;
}

.white{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}

.white a:link, .white a:visited, .white a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

.white a:hover {
	color: #25a3e4;
	text-decoration: underline;
}

.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25a3e4;
	text-decoration: none;
	font-weight: bold; 
	text-transform: uppercase;
	
}

.headline a:link, .headline a:visited, .headline a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25a3e4;
	text-decoration: none;
	font-weight: bold; 
	text-transform: uppercase;
}

.headline a:hover {
	color: #25a3e4;
	text-decoration: underline;
	font-weight: bold; 
	text-transform: uppercase;
}