.gray {
	color: 5b5b5b;

}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 650px; /*Width of Carousel Viewer itself*/
height: 110px; /*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*/
}



BODY,TD
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    LINE-HEIGHT: normal
}

A
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 8pt
	color: #0000FF;
}
/*
A:link
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 8pt;
       color: #5b5b5b;
}
A:visited
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 8pt;
       color: #5b5b5b;
}
A.menu:link
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 8pt;
       color: #0000ff;
}
A.menu:visited
{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 8pt;
       color: #0000ff;
}

*/