.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000 url(/media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(/media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.alt a{
background-color: #910000;
}

.alt a:hover, .alt li.selected a{
background-color: #660000;
}

.altdivider{
background: #910000;
}

.alt2 a{
background-color: #42760E;
}

.alt2 a:hover, .alt2 li.selected a{
background-color: #36610C;
}

.altdivider2{
background: #42760E;
}


.logo-white-big-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.small-white-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.small-black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small-gray-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; }
.heading-blue-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #043D6A;
	font-weight: bold;
}
.small-orange-bold-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.1space{line-height:16px;}
body {
	background-color: #010F1A;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.white-text-link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-text-link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text-link:hover {
	text-decoration: none;
	color: #FFEA00;
}
.white-text-link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.black-text-link:link {
	color: #000000;
	text-decoration: none;
}
.black-text-link:visited {
	text-decoration: none;
	color: #000000;
}
.black-text-link:hover {
	text-decoration: none;
	color: #FF6600;
}
.black-text-link:active {
	text-decoration: none;
	color: #000000;
}