/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
	background-color:#EBEBEB;
}
.top{
	background-image:url(../img/bg_top2.jpg);
	background-repeat:repeat-x;
	height:41px;
}
.rod{
	background-color:#26145E;
	height:35px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.infos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	font-weight:bold;
}
.botao{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	font-weight:bold;
	text-align:center;
	border:1px solid #333333;
	background-color:#FFFFFF;
	border-style: none;
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
}
.campos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px #666666 solid;
	width:150px;
	height:14px;
}
a:link {
	color: #003366;
	outline:none;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #003366;
	outline:none;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #FF0000;
	outline:none;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #003366;
	outline:none;
	text-decoration:none;
	font-weight:bold;	
}