body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 50px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #00CCFF;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}

.copyright {
	color: #FF9900;
}

.box {
	border: 1px solid #24A7FF;
	width: 90%;
	background-color: #FFFFFF;
}
.gallery9 {
	background-color: #ffffff;
	border: 1px solid #24A7FF;
	padding: 5px;
	
}




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