/*
+----------------------------------------------------------------+
	Reset CSS by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/															
+----------------------------------------------------------------+
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}

/*
+----------------------------------------------------------------+
	Extras															
+----------------------------------------------------------------+
*/
.clear {clear:both; overflow:hidden; font-size:0; visibility:hidden}
.alignleft {float:left}
.alignright {float:right}
div:after, ul:after, dl:after, dd:after, dt:after{clear:both; content:""; display:block; font-size:0; height:0; visibility:hidden;}
/*Limpar fluxo oculto para IE-mac \*/
* html div, * html ul, * html dl, * html dd, * html dt {height:1%;}
/* final hack IE-mac */
*:first-child+html div, *:first-child+html ul, *:first-child+html dl, *:first-child+html dd, *:first-child+html dt, *:first-child+html ol {height:auto; display: inline-block;}

/*
+----------------------------------------------------------------+
	Definicoes Gerais															
+----------------------------------------------------------------+
*/

body { 
	background-color: #ffffff; 
	font-family: Arial;
	font-size:14px;
	margin:5px;
}

a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: none; }

#dv_cabec, #dv_logo, #dv_head, #dv_tp, #dv_menu, #dv_left, #dv_top, #dv_rdp_rgt, #dv_printmail, #dv_zoom {display:none;}

#main, #dv_cont, #dv_cnt {float:left;}
#dv_right {float:none; width:90%;}
#dv_meiocentro {float:none; width:100%;}
#dRow1 {float:none; width:100%;}

#dv_cnt_txt a    { color:#f66014; text-decoration:none; }
#dv_cnt_txt a:hover   { color:#f66014; text-decoration:underline; }

.white   { color:#FFFFFF; }
.black   { color:#000000; }
.red     { color:#ed1c24; }
.gray    { color:#575757; }
.gray2   { color:#e2e2e2; }
.orange  { color:#f66014; }
.green   { color:#008442; }
.blue    { color:#00135d; }
.wine	 { color:#9c3c25; }

.t10     { font-size:10px; }
.t11     { font-size:11px; }
.t12     { font-size:12px; }
.t13     { font-size:13px; }
.t14     { font-size:14px; }
.t16     { font-size:16px; }
.t18     { font-size:18px; }
.t20     { font-size:20px; }
.t22     { font-size:22px; }