/* Global Styles */

body {
	margin:0px;
	background-color: #0A0A0A;
	background-image: url(bg.gif);
	}
	
hr {
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:none;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration:none;
	}
	
.headline{
	color: #CCCCCC;
	line-height:normal;
	letter-spacing:2px;
	font-style: normal;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}
	
.smallText {
	color:#FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	}
	

	
.logo {
	color: #7B8C9F;
	line-height:normal;
	letter-spacing:2px;
	font-style: normal;
	font-family: Verdana;
	font-size: 16px;
}
.navtext {
	color: #9AA7B6;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: right;
}

