@charset "utf-8";
/* CSS Document */
body {
	background-color: #060000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/bfk.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FBE39A;
}
.RS {color: #FFFFFF}
.txt {color: #290E00}
.me {color: #F1B12B;
font-weight:bold;
	}
.requerido {color: #F4B12C}
.formbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/btn/shadow_btn.gif);
	background-repeat: repeat-x;
	border: 1px solid #F4B12C;
	line-height: 18px;
	background-color: #B50104;
}
a:link {
	color: #FBE39A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FBE39A;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FBE39A;
}
