body {
/*	background: #EFFEEC;*/

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 0 0;
	font-size: 10px;
}

a{
	color: blue;
}
a:hover{
	text-decoration: none;
}
a:active{
	color: blue;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
.tituloSecao {
/*	background: #FBFDF9;*/
	background: #EFFEEC;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.secao1 {
	background: #EFFEEC;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
.secao1:hover{
	background: #FCCBA3;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;		
}
.secao {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;	
}
.secao:hover{
	background: #FCCBA3;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;		
}
.anexos{
	background-color: #E7EECE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
}
#rodape {
	color: #FFFFFF;
}
#rodape a {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-style: none;
}
#rodape a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
label{
	width: 100px;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}
input{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-width: 2;
	border-right-color: #666666;	
/*	background-color: #EFFEEC;*/
}
textarea{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-bottom-color: #666666;
	border-left-style: solid;
	border-left-width: 2;
	border-left-color: #666666;
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
}
.img{
	border-style: solid;
	border-color:#CCC;
	border-width: 2;
	padding-right: 10;
		
}
.box {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 4px;
}
.fimBox {
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 2px;
}

#men {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#men a{
	font-size: 10px;
	color: #006600;
	font-weight: bold;	
	text-decoration: none;
}#men a:hover{
	font-size: 10px;
	color: #006600;
	font-weight: bold;	
	text-decoration: none;	
}#men a:active{
	font-size: 10px;
	color: #006600;
	font-weight: bold;	
	text-decoration: none;	
}