body {
	background-image: url(Imagens/bg.gif);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
a img
{
	border: 0;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.fundo {	background-repeat: repeat-y;
}
.alerta {
	color: #FFFF00;
}
.alerta2 {
	color: #FF0000;
}
#tabmaladireta th
{
	background-color: #FFCC00;
}
#tabmaladireta tr:nth-child(odd)
{
	background-color: #F8F8F8;
}

#tabmaladireta td
{
	padding: 5px;
	}