.chrome-black { font-family: Geneva, Arial; font-size: 9px; color: #000000; text-decoration: none}
.chrome-black { font-family: Geneva, Arial; font-size: 9px; color: #000000; text-decoration: none} 
a:hover { color: #DAE4E7; text-decoration: none; background-color: #cc3300}
p,body,td { font-family: Geneva, Arial; color: #000000; font-size: 8pt }
.standard { font-family: Geneva, Arial; color: #000000; font-size: 8pt }

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid #CCC;
overflow: scroll; /*leave this value alone*/
width: 772px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 245px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body,td,th {
	color: #999999;
}
.style4 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style13 {color: #000000}
.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px;}
.style17 {color: #B5CAD2}
.style19 {font-size: 12pt}
.style20 {color: #999999}
.style25 {color: #999999; font-size: 9pt; }
.style27 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF9900; }
.style31 {color: #FF6600}
.style33 {	color: #FFCC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style35 {	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style38 {	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style44 {font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; color: #FF6600;}
.style46 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #999933; }
.style47 {
	font-size: 7pt;
	font-weight: bold;
	
}
.style50 {color: #666666}
.style51 {color: #FF3300}
.style52 {font-size: 18pt}
.style53 {font-size: 10pt}
.style56 {font-size: 18pt}
.style57 {color: #FF9900}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px;
	border-bottom-width: 0px;
	width: 270px; /*width of featured content slider*/
	height: 270px;
	background-image: url(images2011/header1b.jpg);
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: ;
width: 270px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ;
padding: 5px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background: #DADADA;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #000;
}

