body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
a {
	border-bottom: 1px dotted #707070;
	font-size: 11px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #66CCFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	color:#FF9900;
}
.contentbox {
	margin-bottom: 9px;
	padding: 20px 20px 10px 30px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/img1.gif) repeat-y -150px 0px;
}
h1 {
	font-size: 16px;
	color: #FF9900;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
h3 {
	font-size: 12px;
	color: #FF9900;
}
h4	{
	font-size:11px;
}
.inputGrey {
	background-color:#666666;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#999999;
	border-left-color:#999999;
	color:#FFFFFF;
}
.inputOrange {
	background-color:#FF9900;
	color:#000000;
}
.white11ptBold {
	color: #FFFFFF;
	font-weight: bold;
}
.greycopyright {
	color:#666666;
	font-size:10px;
}
.blue11ptBold {
	color: #66CCFF;
	font-weight: bold;
}