body {
background: #ffffff;
color: #000000;
margin-left : 0px;
margin-top : 0px;
margin-right : 0px;
margin-bottom : 0px;
font-family: arial,verdana,tahoma,helvetica;
font-size: 80%;
background-image : none;
background-color : #ffffff;
}

.bkg {
background-color: #000000;
background-image: url('topo_fundo.gif');
background-repeat: no-repeat;
background-position: center;
}

label {
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #006699;
}

.tah {
font-family: tahoma, arial;
font-size: 12px;
color: #fff;
text-decoration: none;
}

.v10 {
font-family: verdana, arial;
font-size: 10px;
color: #666666;
}

.v10b {
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
font-style: italic;
color: #666666;
}

.v11b {
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #666666;
}

.v11bb {
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #ffffff;
}

a.v11bb:hover {color: #ffffff}

#but {
width: 100px;
height: 20px;
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #cc0000;
}

#but1 {
background-image: url("seta_voltar.gif");
background-repeat: no-repeat;
background-position: left center;
width: 100px;
height: 20px;
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #666666;
}

#but2 {
border-right: none;
border-top: none;
border-left: none;
border-bottom: none;
background: #f5f5f5;
font-size: 11px;
color: #006699;
font-family: verdana, arial;
height: 18px;
}

#topo {
background-color: #000000;
background-image: url("logo_agraupe.jpg");
background-repeat: no-repeat;
background-position: left center;
border-bottom-color: #cc0000;
border-bottom-width: 3px;
border-bottom-style: solid;
height: 65;
}

#topo1 {
background-color: #666666;
border-bottom-color: #000080;
border-bottom-width: 3px;
border-bottom-style: solid;
height: 20;
}

#topo2 {
border-top-color: #efecde;
border-top-width: 3px;
border-top-style: solid;
}

#fechar {
background-image: url("fechar.gif");
background-repeat: no-repeat;
background-position: left center;
width: 100px;
height: 20px;
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #666666;
}

.aba {
background-image: url('aba.gif');
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
font-style: italic;
color: #666666;
}
a {color: #666666; text-decoration: none}
a:hover {color: #666666}

.aba2 {
background-image: url('aba_2.gif');
font-family: verdana, arial;
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #cc0000;
}

input {
BORDER-RIGHT: none;
BORDER-TOP: none; 
BORDER-LEFT: none; 
BORDER-BOTTOM: none; 
BACKGROUND: #f5f5f5;
FONT-SIZE: 11px;
COLOR: #000090;
FONT-FAMILY: verdana, arial;
HEIGHT: 18px;
}

input.che{
background: #efecde;
}

input.menu {
BORDER-RIGHT:  #000000 1px solid;
BORDER-TOP:  #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-BOTTOM:  #000000 1px solid;
BACKGROUND: #f5f5f5;
FONT-SIZE: 11px;
COLOR: #000090;
FONT-FAMILY: verdana, arial;
HEIGHT: 18px;
}

textarea {
BORDER-RIGHT: none; 
BORDER-TOP: none; 
BORDER-LEFT: none; 
BORDER-BOTTOM: none; 
BACKGROUND: #f5f5f5;
FONT-SIZE: 11px;
COLOR: #000090;
FONT-FAMILY: verdana;
HEIGHT: 120px;
}

select {
BORDER-RIGHT: none;
BORDER-TOP: none; 
BORDER-LEFT: none; 
BORDER-BOTTOM: none; 
font-size: smaller;
background-color:#f5f5f5;
FONT-SIZE: 11px;
font-family: verdana;
color: #000090;
}


		#menu ul {
			padding:0px;
			margin:0px;
			float: left;
			width: 100%;
			background-color:#333;
			list-style: none;
			font: 12px; Tahoma; #fff;

		}

		#menu ul li { display: inline; }

		#menu ul li a {
			background-color:#333;
			color: #fff;
			text-decoration: none;
			border-bottom:3px solid #333;
			padding: 2px 10px;
			float:left;
		}

		#menu ul li a:hover {
			background-color:#D6D6D6;
			color: #6D6D6D;
			border-bottom:3px solid #EA0000;

		}