body,html {
		background-color: #000000;
		scrollbar-face-color:#222222;
		scrollbar-arrow-color:#555555;
		scrollbar-track-color:#050505;
		scrollbar-shadow-color:#050505;
		scrollbar-highlight-color:#050505;
		scrollbar-3dlight-color: #050505;
		scrollbar-darkshadow-Color: #050505;
		font-family: verdana; 
		font-size: 10px; 
		color: #999999; 
		font-weight: normal;
		padding: 0px;
		margin: 0px;
	}

a:link, a:visited, a:active {color : #FFFFFF; text-decoration : none;}
a:hover {color : #DDDDDD; text-decoration : none; }

.bg {
	background-color: #600D07;
}

.underline {
	color: #927B7A;
}

.copyright {
	font-family: verdana; font-size: 9; color: #666666; font-weight: bold;
}

.text {
	font-family: verdana; font-size: 10; color: #999999; font-weight: normal;
}

.text_small {
	font-family: arial; font-size: 9; color: #999999; font-weight: normal;
}

.text_white {
	font-family: verdana; font-size: 10; color: #CCCCCC; font-weight: bold;
}
.text_white:link {
	font-family: verdana; font-size: 10; color: #CCCCCC; font-weight: bold;
}

.text_white:active {
	font-family: verdana; font-size: 10; color: #CCCCCC; font-weight: bold;
}

.text_white:visited {
	font-family: verdana; font-size: 10; color: #CCCCCC; font-weight: bold;
}
.text_white:hover {
	font-family: verdana; font-size: 10; color: #FFFFFF; font-weight: bold;
}

.text_header {
	font-family: verdana; font-size: 12; color: #999999; font-weight: bold;
}

.textbold {
	font-family: verdana; font-size: 10; color: #BBBBBB; font-weight: bold;
}

.link {
	font-family: verdana; font-size: 10; color: #BBBBBB; font-weight: normal; text-decoration: none;
}

.boldlink {
	font-family: verdana; font-size: 10; color: #BBBBBB; font-weight: bold; text-decoration: none;
}

.form {
	font-family: verdana; font-size: 10; color: #BBBBBB; background-color: #000000; border: 1px solid #333333; padding:1px
}

.whitebold {
	font-family: verdana; font-size: 10; color: #ffffff; font-weight: bold; 
}


form {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

td {
	font-family: Verdana, sans-serif; 
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #BBBBBB; 
	font-weight: normal;
	background-color: #000000; 
	border: 1px solid #333333; 
	padding:1px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #BBBBBB; 
	font-weight: normal;
	background-color: #000000; 
	border: 1px solid #333333; 
	padding:1px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #BBBBBB; 
	font-weight: normal;
	background-color: #000000; 
	border: 1px solid #333333; 
	padding:1px
}