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

body,td,th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 120%;
}
td.ctr {
	text-align: center;
}
td.drk {
	color:#000000;
}
td.drk a {
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
}
td.drk a:hover {
	color:#000000;
	text-decoration:underline;
}
body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	list-style-type: square;
}
a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #E67714;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
/* a.menu:link, a.menu:visited {color:#FFF; font-size:15px; text-decoration:underline; font-weight:bold;}
a.menu:hover, a.menu:active {color:#E67714; text-decoration:none;}*/
h1 {
	font-size: 18px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	line-height: 120%;
}
h2 {
	font-size: 16px;
	color: #EBA626;
	text-align: left;
	text-transform: uppercase;
	line-height: 120%;
}
h3 {
	font-size: 16px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin-top:10px;
	line-height: 120%;
}

.copy_black {
	color: #000;
}
ul {
	list-style-type: square;
	list-style-position: inside;
}
.link_large {
	font-size: 15px;
	line-height: 140%;
}
.highlight {
	color: #39F;
	font-size: 12px;
}

.ref  {
	font-size:9px;
	color:#960;
}

a.ref  {
	font-size:9px;
	color:#960;
}

.star {
	list-style-image: url(images/starBullet.gif);
}
.starLine {
	padding-bottom:5px;
}
.orangehead {color: #FF9900; font-weight: bold; font-size: 16px; }
