
<style type="text/css">
body {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.branco {color: #FFFFFF}

.linha_ver { 
height:3px;
background-image:url(images/linha_vermelha.jpg);
background-repeat:repeat-x;
}


.pequeno {
	font-size: 8px;
	color: #999999;
}

.titulos {
	font-size: 13px
	font-weight: bold;
	color: #333333;
}

.celula{
BACKGROUND-COLOR:#eeeeee; (coloca a cor que quiser, quando o mouse estiver fora)

}

.celulaover{
BACKGROUND-COLOR: #C9D0E4; (coloca a cor que quiser, quando o mouse estiver sobre)
}


a:link, a:active, a:visited {
color: #333333;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: underline;
}

.input {
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
</style>
<style type="text/css">
<!--

.style3 {
	color: #FFFFFF;
	font-weight: bold;
	
}
.mini {

width:41px;
}
-->


/* CSS Document */
/* Aqui começa o menu*/
#navcontainer
{
width: 150;
padding: 0 0 1em 0;
margin-bottom: 1em;
font: bold 12px Verdana, sans-serif Geneva, Helvetica, Arial, sans-serif;
background-color: #cccccc;
color: #cccccc;



}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #cccccc;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #EEEEEE;
color: #667BB4;
text-decoration: none;
width: 150;
}

 #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-color: #cccccc;
color: #000;
}
/* Aqui termina o menu */

.tabela{

border-color:#C2C7CA;
border-width:thin;
border-style:solid;

}
</style>

