/* Start MENU*/
.menutitle{
cursor:pointer;
margin-bottom: 0px;
background-color: none; 	/*cor de fundo*/
color:#ccccFF; 					/* cor da fonte*/
width:105px;					 /* largura do menu*/
padding:0px;
padding-left:5px;
text-align:left;
font-weight:bold;
/*border:1px solid #000000;*/
border:0;
font-family:Arial,Geneve, Sans-serif;
font-size:11px;
}

.submenu{
background-color: #cccccc; 	/*cor de fundo*/
margin-bottom: 0.5em;
padding-left:5px;
font-family:Verdana,Geneve,Arial, Helvetica, Sans-serif;
font-size:9px;
text-decoration:none;
}
span,A{text-decoration:none;}

/* End MENU */


P  {}

H1  {}


.credito { 	font-family : Verdana;
	color : #96A469;
	font-size: 8px;
	font-weight: Normal;
	text-transform: Uppercase;
}
font.credito { 	font-family : Verdana;
	color : #000000;
	font-size: 8px;
	font-weight: Normal;
	text-transform: Uppercase;
}
A.credito { color:#236860;
	text-decoration:none;

}

.assinatura  { 	font-family : Verdana;
	color : #818181;
	font-size: 9px;
	font-weight: Normal;
}

.corpo {	font-family :Tahoma, Helvetica,Arial, Verdana;
	color : #000000;
	font-size: 11px;
	font-weight: Normal;
}
.olho  {	font-family :Arial, Helvetica, Verdana;
	color : #236860;
	font-size: 12px;
	font-weight: Normal;
	margin-top: 0px;	
	margin-bottom: 2px;
}
.subtitulo  {	font-family :Tahoma,Arial, Helvetica, Verdana;
	color : #236860;
	font-size: 13px;
	font-weight: Bold;
	margin-top: 0px;	
	margin-bottom: 2px;
}

.titulo  {
	font-family :Arial, Helvetica, Verdana;
	color : #236860;
	font-size: 17px;
	font-weight: Bold;
	margin-top: 0px;	
	margin-bottom: 2px;
}
A.titulo {text-decoration: underline;}
A:Visited.titulo {color:#236860;}

A  { color:#990066;
text-decoration: none;
}

A:Visited  {color: Black;}

A:Active  {color:#990066;}

A:Hover  {	color: Maroon;	text-decoration: none;}

BODY  {
	font-family : Arial,Verdana;
	font-size : 10px;
	background-repeat: no-repeat;
scrollbar-face-color:#EEF4E8;
scrollbar-highlight-color:#EEF4E8;
scrollbar-3dlight-color:#E4EDD8;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#226860;
scrollbar-arrow-color:#226860;
scrollbar-track-color:#91B4B0;
}

/*start formulario*/
input{
	background-color:#efefef;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	font-size:10px;
}
input,text{
	width:200px;}
textarea{
	background-color:#efefef;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
select{
	background-color:#efefef;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	font-size:10px;
}
.submit{
	/*border-color : ThreedFace InactiveCaptionText AppWorkspace ThreedShadow;*/
	/*border-style : outset;*/
	/*border-width : 2px;*/
	/*background-color:#64958F;*/
	font-family : Verdana;
	font-weight : Bold;
	color : #000000;
	font-size: 10px;
	text-transform : uppercase;
	width:70px;
}
/*end formulario*/
