/* <DEFAULT> */
	body { background:#ffffff; 
        scrollbar-face-color: #F9F9F9;
        scrollbar-shadow-color: #F9F9F9;
        scrollbar-highlight-color: #F9F9F9;
        scrollbar-3dlight-color: #ADBACC;
        scrollbar-darkshadow-color: #ADBACC;
        scrollbar-track-color: #ADBACC;
        scrollbar-arrow-color: #000000;}
/*	body { background:#546C8B; } */
	body, div, td {
		font-family: verdana,arial,helvetica;
		font-size:11px;
		color:#444E69;
		text-decoration: none;
        
	}
/* </DEFAULT> */
/* <FONTS> */
	/* COLORS */
	.txtWhite	 	{ color: #ffffff; }
    .txtOrange	 	{ color: #DA8705; }
	.txtBlack	 	{ color: #000000; }
	.txtRed		 	{ color: #ff0000; }
	.txtRoxo	 	{ color: #28166F; }
    .txtAzul_claro  { color: #8998A9; }
    .txtCinza       { color: #c3c3c3; }
	/* FONT FACE */
	.txtArial 		{ font-family: arial,verdana,helvetica; }
	.txtVerdana		{ font-family: verdana,helvetica; }
	.txtHelvetica	{ font-family: helvetica; }
	/* ALIGN */
	.txtJustify 	{ text-align: justify; }
	.txtRight 		{ text-align: right; }
	/* SIZE */
	.txt9 			{ font-size: 9px; }
	.txt10 			{ font-size: 10px; }
	.txt11 			{ font-size: 11px; }
	.txt12 			{ font-size: 12px; }
	.txt13 			{ font-size: 13px; }
	.txt14 			{ font-size: 14px; }
	.txt15 			{ font-size: 15px; }
	.txt16 			{ font-size: 16px; }
/* </FONTS> */

/* <LINKS> */
	a:link		{ color:#333366; text-decoration:none }
	a:visited	{ color:#333366; text-decoration:none }
	a:active	{ color:#333366; text-decoration:none }
	a:hover		{ color:#3399CC; text-decoration:none }

	.linkBlack:a:link		{ color:#000000; text-decoration:none }
	.linkBlack:a:visited	{ color:#000000; text-decoration:none }
	.linkBlack:a:active		{ color:#000000; text-decoration:none }
	.linkBlack:a:hover		{ color:#e1e1e1; text-decoration:none }

	.linkWhite:a:link		{ color:#ffffff; text-decoration:none }
	.linkWhite:a:visited	{ color:#ffffff; text-decoration:none }
	.linkWhite:a:active		{ color:#ffffff; text-decoration:none }
	.linkWhite:a:hover		{ color:#e1e1e1; text-decoration:none }

	.linkRed:a:link		{ color:#CE0D0D; text-decoration:none }
	.linkRed:a:visited	{ color:#CE0D0D; text-decoration:none }
	.linkRed:a:active	{ color:#CE0D0D; text-decoration:none }
	.linkRed:a:hover	{ color:#CC6666; text-decoration:none }

	.underline:a:link		{ text-decoration:underline }
	.underline:a:visited	{ text-decoration:underline }
	.underline:a:active		{ text-decoration:underline }
	.underline:a:hover		{ color:#000000; text-decoration:none }
/* </LINKS> */

/* <FORMS> */
    .box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #FBFBFB;
	clear: none;
	float: none;
	height: 12px;
	width: 85px;
	border: 1px 1 #005680;
	margin: 0px;
	padding: 0px;
    }
	select, textarea, input { font-family: verdana,arial,helvetica; font-size: 10px; color: #28166F; text-decoration: none; }
	.formItens {
		@if (is.ie) {
			color: #000000; background-color:#ffffff; border: thin solid #330066 ;
			border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
		}
	}
	input,textarea {
		@if (is.ie) {
			color: #000000; background-color:#D4DBE5; border: thin solid #330066 ;
			border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
		}
	}
	.button {
		font-weight: bold;
		background-color:#6A89B6;
		color:#FFFFFF; 
		border: thin solid #4E7CAD;
		border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	}
	textarea {
	overflow: auto;
	/*width: 143px;*/
}
	.none 	{ border: 0; background: none; text-decoration:none; }
/* </FORMS> */

/* <TABELA> */
	.border			{ border: 1px; border-collapse: collapse; }
    
    .border_cinza {
    	border: 1px solid DBDBDB;
    }

     .borda {
	border-top: 1px none #8096AF;
	border-right: 1px solid #8096AF;
	border-bottom: 1px solid #8096AF;
	border-left: 1px solid #8096AF;
    }
    
    .border_box_full     { 1px solid #dedede }
/* </TABELA> */

/* <BACKGROUND & BGCOLOR> */
	.bgWhite	{ background:#ffffff; }
	.bgBlack	{ background:#000000; }
	.bgNone		{ background: none; }
/* </BACKGROUND & BGCOLOR> */
