BODY,TABLE,TD { font-family: tahoma; font-size: 11px; color: #000000}

.verde {color: #3a862d;}
.marron {color: #b57100;}
.azul {color: #0b79c2;}
.vermelho {color: #ef3239;}
.roxo {color: #8d03aa;}
.inupt { font-family:verdana; font-size: 10px; color: #000000; text-decoration: none}

#primeiro {position: relative; }

table.bordasimples {border-collapse: collapse;}
table.bordasimples tr td {border:1px solid #d8d6d6;}

A:visited {font-weight: normal;color: #000000;text-decoration: none;}
A:active {font-weight: normal;color: #000000;text-decoration: none;}
A:hover {font-weight: normal;color: #000000;text-decoration: underline}
A:link {font-weight: normal;color: #000000;text-decoration: none;}

A.marron:visited {font-weight: bold;color: #89090d;text-decoration: none;}
A.marron:active {font-weight: bold;color: #89090d;text-decoration: none;}
A.marron:hover {font-weight: bold;color: #89090d;text-decoration: underline}
A.marron:link {font-weight: bold;color: #89090d;text-decoration: none;}

A.vermelho:visited {font-weight: bold;color: #e51e25;text-decoration: none;}
A.vermelho:active {font-weight: bold;color: #e51e25;text-decoration: none;}
A.vermelho:hover {font-weight: bold;color: #e51e25;text-decoration: underline}
A.vermelho:link {font-weight: bold;color: #e51e25;text-decoration: none;}

#menu {
	position:absolute;
	left:710px;
	*left:244px;
	top:8px;
	width:217px;
	height:136px;
	z-index:1;
}
#logo{
	position:relative;
	width:170px;
	height:100px;
	background: url('../imagens/logo1.png') no-repeat;
	*background-image:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./imagens/logo1.png');
	z-index:1;
	cursor:pointer;
}