@charset "utf-8";
/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #980001;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial Rounded MT Bold;
	font-size: 12px;
	color: blue;
}

a:visited {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: blue;
}

A.footerNavigation {
	font-family: Arial Rounded MT Bold;
	font-size: 12px;
	color: #FFFFFF;
}

A.footerNavigation:hover {
    text-decoration: underline;
    color: #00FF00;
}

A.footerNavigation:visited {
	text-decoration: underline;
}

TD.footer {
	font-family: Arial Rounded MT Bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top:5px;
}

.paddingtop {padding-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 5px solid black;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 135px; /*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: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
-->