@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #000000;
	background-image: url(Images/BgImage.gif);
	background-repeat: repeat;
}
p {
	text-indent: 2em;
}

a {
	font-size: 14px;
	color: #FF9933;
}
a:link {
	text-decoration: none;
	color: #FF9933;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF9933;
	text-align: left;
}
ul {
	list-style-type:circle;
	color: #FF9933;
	text-align: left;
}

a.smlink {
		font-size:10px	
}	
td.fancy {
		border-bottom:#666 double;
}
td.fancyright {
		border-right:#666 double;
}
td.fancysidebottom {
		border-bottom:#666 double;
		border-right:#666 double;
}
td.basicbg {background-repeat:no-repeat;
}
td.pad {padding:10px;
}
.left {
	text-align: left;
	text-indent:0;
}
.orange {font-style:italic;
color:#F93;
}
.black {font-style:italic;
	color:#000;
}
.black2 {font-style:normal;
	color:#000;
}


