@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
}
a {
	font-size: 14px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
img {border: none;
}
.text-bold {font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #a9998b;
	font-weight:bold;
}
.text-plain {font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #a9998b;
}
.text-copyright {font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #a9998b;
	font-style:italic;
}
.inputfields {background-color:#a9998b;
color:#000000;
border-width:1px;
border-color:#000000;
}