


BODY {
	background-color : #FFAB60;
	scrollbar-arrow-color:#E78F31;
	scrollbar-track-color:#FCB576;
	scrollbar-shadow-color:#AC4F26;
	scrollbar-face-color:#F69045;
	scrollbar-highlight-color:#AC4F26;
	scrollbar-darkshadow-color:#FAB366;
	scrollbar-3dlight-color:#F4A44E;
}


.cor1 {
	color : #0B3910;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	
}

H1 {
	color : #D84C0E;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align : center;
}

H2 {
	color : #0B3910;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin-left: 10px;
}

H3 {
	color : #CD481F;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 11pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin-left: 10px;
}

H4 {
	color : #CD481F;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin-left: 10px;
}

H5 {
	color : #2E1302;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 10pt;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	margin-left: 10px;
}


TD {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #7B3100;
	margin-left: 1px;
	margin-right: 1px;
}

TR {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
		
}


UL {
	color : #0B3910;
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	margin-left: 10px;
}


.rodape {
	font-family: Trebuchet MS, Arial;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}

INPUT, textarea {
   font-family: Trebuchet MS, Arial;
   font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #FF6600;
	background : #FFFFCC;
	border-color: #FFB573;
	border-style : solid;
	 
}

A:LINK {
	color : #2E1302;
	text-decoration:none;
}


A:VISITED {
	color : #666666;
	text-decoration: underline;
}

A:ACTIVE {
	color : #FFFFFF;
	text-decoration: underline;
}

A:HOVER {
color: #FFFFCC; text-decoration: none;
 background-color : #FF6600;
 }

