body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(index01.jpg);
}

body, th, tr, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
}

.textsubcat {
    font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

form {
	margin: 0px;
	padding: 0px;
}


button {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: steelblue;
	border: 1px outset #006595;
	color: white;
}

a {
	color: #000000;/*#006595;*/
	text-decoration: none;
}

a:hover {
	color: darkorange;
	text-decoration: underline;
}

input.input1 {
	width: 121px;
}

a.link1 {
	font-weight: bold;
	color: #FFFFFF;
}

a.link2 {
	color: #00A5DB;
}

a.link3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.link3:hover {
	text-decoration: underline;
}

.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 12.5px;
	font-weight: bold;
	color: #435D75;
}

.textmic {
	font-size: 10px;
	font-weight: bold;
	color: #66CC00;
}

.text3 {
	font-size: 11px;
	color: #FFFFFF;
}

.text4 {
	font-weight: bold;
	color: #F18700;
}

img.img1 {
	margin-left: 10px;
}
.abusemenu {
	font-size: 16px;
	color: #FF0000;
}
.textmare {
	font-size: 22px;
	color: #FF0000;
}

.textcat {
    font: Verdana;
	font-size: 12px;
	
}
.textindex {
    font: Verdana;
	font-size: 16px;
	
}
.texthomeg {
	font-size: 10px;
	
}



.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 93%; /*Width of Carousel Viewer itself 92%*/
height: 150px; /*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: 1px; /*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. */
}

