@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	line-height: 2em;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #914444;
}
a:active {
	text-decoration: none;
	color: #171717;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: 100;
	letter-spacing: 0.1em;
}
#navigation a {
	color: #CCCCCC;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: Arial;
	font-size: 12px;
	font-weight: 100;
	padding: 0px;
	height: auto;
	width: auto;
	margin: 10px;
	}
	
#navigation a:hover {
	color: #CCCCCC;
	background-color: #AB434B;
	height: auto;
	width: auto;
	padding: 10px;
	margin: 10px;
	}
	
#bottombanner {
	background-image: url(net-images/bottom_banner.png);
	background-repeat: no-repeat;
	font-size: small;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottombanner a:link {
	color: #666666;
	text-decoration: none;
}
#bottombanner a:visited {
	color: #666666;
	text-decoration: none;
}
#bottombanner a:hover {
	color: #914444;
}
#mainbg {
	background-image: url(net-images/mainbg.png);
	background-repeat: repeat-y;
}