body, div, td, input, select, textarea {
	font-family: verdana,arial,helvetica;
	font-size:11px;
	color:#656565;
	text-decoration: none;
}

/* <FONTS> */
.titulo { font-family: verdana, arial,helvetica; font-size:16px; color:#EE7813; font-weight:bold;}
.destaque { font-family: verdana, arial,helvetica; font-size:13px; color:#88663E; font-weight:bold;}
.b2 { font-family: verdana, arial,helvetica; font-size:13px; color:#b20000; font-weight:bold;}
.td { font-family: verdana, arial,helvetica; font-size:11px; color:#ffffff; font-weight:bold;}
.copyright { font-family: verdana, arial,helvetica; font-size:10px; color:#4C534C; }

	/* <LINKS> */
	a:link		{ color:#88663E; text-decoration:none; font-size:12px; font-weight:bold; }
	a:visited	{ color:#88663E; text-decoration:none; font-weight:bold; }
	a:active	{ color:#88663E; text-decoration:none; font-weight:bold; }
	a:hover		{ color:#88663E; text-decoration:underline; font-weight:bold; }
	/* </LINKS> */
/* </FONTS> */

.form {
 font-family : verdana;
 font-style : normal;
 font-weight : bold;
 font-size : 11px;
 color:2787C5;
 border : 1px solid #1a4c89 ;
 background: #D7E5EE;
 width:;	
scrollbar-dlight-color : #8C8C8C;
scrollbar-arrow-color : #1a4c89;
scrollbar-base-color : #1a4c89;
scrollbar-darkshadow-color : #1a4c89;
scrollbar-face-color :#1a4c89;
scrollbar-highlight-color : white;
scrollbar-shadow-color : white;
scrollbar-track-color : #1a4c89;
}
/* <FORMS> */
input,textarea {
	@if (is.ie) {
		color: #efefef; background-color:#F8F7F7; border: thin solid #838383 ;
		border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	}
}
textarea { overflow:auto }

select { }

.btImage {
	@if (is.ie) {
		color: #ffffff; background-color:#ffffff; border: thin solid #ffffff ;
		border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	}
}

.btImage2 {
	@if (is.ie) {
		color: #E0F3C2; background-color:#E0F3C2; border: thin solid #E0F3C2 ;
		border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	}
}

.btImagePop {
	@if (is.ie) {
		color: #E0F3C2; background-color:#E0F3C2; border: thin solid #A5E148 ;
		border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	}
}
/* </FORMS> */

/* <BACKGROUND & BGCOLOR> */
.back { background-image: url() }
.bg { background:#efefef }

/* </BACKGROUND & BGCOLOR> */
