body 
{
	scrollbar-face-color: #aaaaaa;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

A:link
{
    COLOR: #666666;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #aaaaaa;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:active
{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #333333;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: bold;
	TEXT-DECORATION: underline;
}

.tabela {
	border: 1px dashed #aaaaaa;
	margin: auto;
	padding: 1px;
	height: auto;
	width: 500px;
	left: auto;


}
.td {
	border: 1pt dotted #aaaaaa;

}
.tabelamenu {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
}
.imagemmenu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaaaaa;
}
.fundonewsletter {
	background-attachment: fixed;
	background-image: url(imagens/newsletter_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tabelaprincipal {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}
#meuselect {  
width: 500px; 
background:#F0FFF0; 
font:12px arial, helvetica, 
sans-serif; 
color:#36648B; 
}
#meuselect option.stit { 
width:500px; 
background-color:#333333; 
color:#ffffff;
}
#meuselect option.sep { 
width:500px;  
background-color:#cccccc; 
color:#000000; 
}
#meuselect option.impar { 
width:500px;
background-color:#f4f4f4;
color:#000000;
}
#meuselect option.par { 
width:500px;  
background-color:#D7AE86; 
color:#000000; 
}

input {
background-color:#E2E2E2;
font: 11px Arial,verdana;
color: #333333;
border: 1px solid #666666;
}
select {
background-color:#EEEEEE;
font: 11px verdana;
color: #333333;
border: 1px solid #000000;
}