.caixa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: #F8F6E8;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	cursor: hand;
	border: 1px groove #CCCCCC;



}

a: { text-decoration: none: }
a:link { text-decoration: none; }
a:hover { color:#CC9933; text-decoration: none; }
a:visited { text-decoration: none; }

BODY {
    scrollbar-face-color:#E3E3E3;
    scrollbar-shadow-color:#E3E3E3;
    scrollbar-highlight-color:#E3E3E3;
    scrollbar-track-color:#E3E3E3;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-darkshadow-color:#333333;
    scrollbar-arrow-color:#CC0000;
}

