
table {
        border: 0;
        cellpadding: 0;
        cellspacing: 5;
}
th{
	font-family: tahoma;
	font-size: 11px;
    color: black;
}
td{
	font-family: tahoma;
	font-size: 11px;
	color: #243D67;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #243D67;
}
.txtAzul {
	font-family: tahoma;
	font-size: 11px;
	color: #243D67;
}
.txtCinza {
	font-family: tahoma;
	font-size: 11px;
	color: #4C4C4C;
}
.txtAmarelo {
	font-family: tahoma;
	font-size: 11px;
	color: #aaaaaa;
}
.txtVermelho {
	font-family: tahoma;
	font-size: 12px;
	color: red;
}
.erro {
	font-family: tahoma;
	font-size: 11px;
	color: #F4F8DB;
}
select{
	font-family: tahoma;
	font-size: 11px;
	color: #243D67;
}
.error {
	font-family: tahoma;
	font-size: 11px;
	color: #F4F8DB;
}
a {
	text-decoration: none;
	color:#336699;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color:#990000;
	text-decoration: none;
}



.txtTitulo {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F4B234;
}
.txtTitulo1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}	
	
.txtTitulo2 {
	font-family: tahoma;
	font-size: 17px;
	font-weight: bold;
	
}

.txtTitulo3 {
	font-family: tahoma;
	font-size: 17px;
	font-weight: bold;
	color:#FF0000;
	
}

.cordefundo {
	background-image:url(img/bg.png); 
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}
