body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(img/body_background.gif);
	background-repeat: repeat;
}
input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	border: 1px solid #333333;
}
a:link {
	text-decoration:none; 
	color:#999999
}
a:visited {
	text-decoration:none; 
	color:#666666
}
a:hover {
	text-decoration:underline; 
	color:#999999
}
a:active {
	text-decoration:underline; 
	color:#666666
}
.unnamed1 {
	border: 1px solid #333333;
}
.copy {
	font-size: 12px;
	
}
.border {
	border-top: 1px solid #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}

