
//BODY {
	SCROLLBAR-FACE-COLOR: #008080; 
	SCROLLBAR-HIGHLIGHT-COLOR: #8DA790; 
	SCROLLBAR-SHADOW-COLOR: #617C61; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #A2BB9B; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000
}

.form
{
	background-color: #8FBC8F;
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #3B693B;
}

.btn {
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #3B693B;
	border: 1px solid;
	color: White;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid Black;
	border-left: 1px solid #8FBC8F;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #8FBC8F;
	border-top-style: solid;
	border-top-width: 1px;
}

.rodape  {
	font-family: tahoma,verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.rodape:hover  {
	font-family: tahoma,verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Fuchsia;
	text-decoration: none;
}


.link1  {
	font-family: tahoma,verdana;
	font-size: 10pt;
	font-weight: normal;
	color: Purple;
	text-decoration: none;
}

.link1:hover  {
	font-family: tahoma,verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Purple;
	text-decoration: underline;
}
.link3  {
	font-family: tahoma,verdana;
	font-size: 7pt;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.link3:hover  {
	font-family: tahoma,verdana;
	font-size: 7pt;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}
.link2 {
	font-family: tahoma,verdana;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.link2:hover  {
	font-family: tahoma,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8B008B;
	text-decoration: none;
}