body {
	scrollbar-3dlight-color: #3E6A9E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #3E6A9E;
	scrollbar-face-color: #3E6A9E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #3E6A9E;
}

hr {
	color: #fff;
	background-color: #fff;
	border-top: thin none #999;
	border-right: thin none #999;
	border-bottom: thin dotted #999;
	border-left: thin none #999;
}
.rol {
	scrollbar-3dlight-color: #3E6A9E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #3E6A9E;
	scrollbar-face-color: #3E6A9E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #3E6A9E;
}
.A {
	font-family: tahoma;
	color:#AE0101;
	text-decoration:none;
	font-weight:bold;
}
.text {
	color:#464545;
	text-decoration:none;
	font: small Verdana, Geneva, sans-serif;
}
.text-bold {
	color:#C99400;
	text-decoration:none;
	font: bold small Tahoma, Geneva, sans-serif;
}
.text-white {
	color: #FFF;
	font: small Tahoma, Geneva, sans-serif;
}


a.first {
	color: #6F023B;
	text-decoration: none;
	font: small Tahoma;
}
a.first:visited { color: #6F023B;}
a.first:hover {	color: #6F023B; text-decoration: underline;}
a.first:active { color: #6F023B;}

a.second-gray { color: #464545; font-family: Tahoma; font-size:10px; text-decoration: underline;}
a.second-gray:visited { color: #464545;}
a.second-gray:hover { color: #464545; text-decoration:none;}
a.second-gray:active { color: #464545;}

a.second-orang { color: #C99400; font-family: Tahoma; font-size:10px; text-decoration: underline;}
a.second-orang:visited { color: #C99400;}
a.second-orang:hover { color: #C99400; text-decoration:none;}
a.second-orang:active { color: #C99400;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.xtratablebkg {
	background: url(xtra-pages/table-bkg.gif) repeat-y;
}
