.class_topo {
	background-image: url(imagens/topo.png);
	background-repeat: no-repeat;
}
.guia {
	background-image: url(imagens/guia.png);
	background-repeat: repeat-y;
}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #FFFFFF;
}
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
form {
        margin-bottom    : 0px;
        padding          : 8px;
		display:inline;
}


legend {
	color: #CC3333;
}

.botao_sistema {
	font-family: Tahoma;
	text-decoration: none;
	background-color: #990000;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC66;
	font-style: normal;
	margin: auto;
	height: auto;
	width: auto;
	border: 1px #000000;
	clear: none;
	padding: 2px;
}

.input {
	font-family: Tahoma;
	font-size: 10px;
	color: #52534e;
	text-decoration: none;
	background-color: #DDDDDD;
	text-align: left;
	border: 1px solid #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#navcontainer { width: 145px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 145px;
background-color: #ffffff;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, .navlist a:visited


a:link {
color: #828281;
        text-decoration: none;
}
a:visited {
color: #828281;
        text-decoration: none;
}
a:hover {
        color: #828281;
        text-decoration: underline;
}
a:active {
        color: #000000;
        text-decoration: none;

}

#navcontainer a:hover
{
background-color: #828281;
color: #fff;
}
