.txt {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #FFFFFF; text-decoration: none}
.txt:hover {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #FFFF99; text-decoration: none; font-weight: bold}
.txtblanco {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #FFFFFF; text-decoration: none}
.txtp { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9px; color: #FFFFFF; text-decoration: none }
.txtn {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: 000000F; text-decoration: none}
.txtnp {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; color: 000000F; text-decoration: none}
.txtblanco {font-family: Geneva, Arial, Helvetica, san-serif;font-size: 12px;color: #FFFFFF;text-decoration: none}
.txtnar {font-family: Geneva, Arial, Helvetica, san-serif;font-size: 12px;color: #FFCC00;text-decoration: none}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 6px solid #336699;
	overflow: scroll; /*leave this value alone*/
	width: 278px; /*Width of Carousel Viewer itself*/
	height: 210px; /*Height should enough to fit largest content's height*/
}
 body {
	SCROLLBAR-FACE-COLOR: #003399;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFCC;
	SCROLLBAR-SHADOW-COLOR: #FFFFCC;
	SCROLLBAR-3DLIGHT-COLOR: #003399;
	SCROLLBAR-ARROW-COLOR:   #FFFF99;
	SCROLLBAR-TRACK-COLOR: #FFFFCC;
	SCROLLBAR-DARKSHADOW-COLOR: #5087C5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.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: 8px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
