@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #7c7c7c;
	line-height:18px;
	vertical-align:top;
}
body {
	background-color: #f8f8fb;
	background-image: url(../images/fundo_topo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7c7c7c;
}
a:hover {
	text-decoration: underline;
	color: #7c7c7c;
}
a:active {
	text-decoration: none;
	color: #7c7c7c;
}
.tx_azul {
	color:#0c4292;
	font-size: 10px;
	font-weight: bold;
}
.tx_vermelho {
	color:#ba0025;
	font-size: 10px;
	font-weight: bold;
}

.tx_times {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #7c7c7c;
	font-weight:normal;
	line-height:24px;
}
.linha_pontilhada {
	background-image: url(../images/linha_pontilhada.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	position:relative;
}
.box_vermelho {
	padding-left:10px;
	background-image: url(../images/fundo_vermelho.jpg);
	background-repeat:repeat-x;
	border-right:#FFF 1px solid;
	border-left:#FFF 1px solid;
}
.box_azul {
	padding-left:10px;
	background-image: url(../images/fundo_azul.jpg);
	background-repeat:repeat-x;
	border-right:#FFF 1px solid;
	border-left:#FFF 1px solid;
}
