body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00314c;
}
.background-main {
	background-attachment: scroll;
	background-image: url(/include/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
.background-greydotted-vert {
	background-image: url(/images/greydot-vert.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.background-menu {
	background-image: url(/images/menubar.png);
	background-repeat: no-repeat;
}
.background-top {
	background-image: url(/images/topbar.png);
	background-repeat: no-repeat;
}
.background-heading {
	background-image: url(/images/headingbar.png);
	background-repeat: repeat-x;
}
.background-greydottedline {
	background-image: url(/images/greydot.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.text-white {
	color: #FFF;
}
.text-smaller {
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
.text-smallest {
	font-size: 11px;
}
.text-title {
	font-size: 14px;
}
.text-small {
	font-size: 11px;
}
.table-main {
	background-color: #e6e6e6;
	border: 1px solid #999;
}
.table-content {
	line-height: 18px;
}
.table-16pxlh {
	line-height: 15px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #069;
}
ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0;
}
li {
	list-style-image: none;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
}
#featured{ 
	width:430px; 
	padding-right:100px; 
	position:relative; 
	border:0px; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:580px; 
	list-style:none; 
	padding:0px;
	margin:0px; 
	width:100px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:0px;
	border:0px;
	float:left; margin:0px; 
	color:#666;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:5px; 
	background:#fff; 
	padding:0px; 
	border:0px;
	height:40px;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	height:50px; 
	color:#333;  background:#555; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#fff; 
}
#featured li.ui-tabs-selected{ 
	background:url('/fcs/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ffa133; 
}
#featured .ui-tabs-panel{ 
	width:580px; height:250px; 
	background:#999; position:relative;
	display:block;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background:url('/fcs/transparent-bg.png');
}
#featured .info h2{ 
	font-size:15px; font-family:Tahoma, Arial; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Tahoma, Arial; font-size:11px; 
	line-height:15px; color:#fff;
}
#featured .info a{ 
	text-decoration:none; 
	color:#ffa133; 
}
#featured .info a:hover{ 
	text-decoration:underline;
	color:#ffa133;
}
#featured .ui-tabs-hide{ 
	display:none; 
}