
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
        background-color: #FFFFFF;
}
body,td,th {
        font-family: Verdana, Arial, sans-serif;
         font-size: 10px;
}
form {
        margin-bottom    : 0px;
        padding          : 0px;
		display:inline;
}

a:link {
color: #003366;
        text-decoration: none;
}
a:visited {
color: #003366;
        text-decoration: none;
}
a:hover {
        color: #000000;
        text-decoration: underline;
}
a:active {
        color: #D6D6D6;
        text-decoration: none;
}
legend {
	color: #CC3333;
}

.botao_sistema {
	font-family: Verdana;
	text-decoration: none;
	background-color: #D8D8D8;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	font-style: normal;
	margin: auto;
	height: auto;
	width: auto;
	border: 1px #000000;
	clear: none;
	padding: 2px;
}

.input {
	font-family: Verdana;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	background-color: white;
	text-align: left;
	border: 1px solid #3366CC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#navcontainer { width: 150px; }

#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: 140px;
background-color: #6699CC;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, .navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3333CC;
color: #fff;
}
