.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 205px; /*Width of Carousel Viewer itself*/
height: 240px; /*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: 5px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	font-style: italic;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style7 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #001464;
}
.style8 {
	color: #000000;
	font-size: 14px;
}
.style9 {color: #000000; font-size: 14px; font-weight: bold; }

h1 {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin:0px auto;
	padding:0px;
}
h2 {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin:0px auto;
	padding:0px;
	word-spacing: -0.5px;
	letter-spacing: -1px;
	text-align:center;
}

a.meniufooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003399;
        text-align: center;
}
a.meniufooter:link {
	text-decoration: none;
	color:#003399;
}
a.meniufooter:visited {
	text-decoration: none;
	color:#003399;
}

a.meniufooter:hover {
	text-decoration: none;
	color:#003399;
}