/* padronizando propriedades pros navegadores ficarem parecidos e corrigindo alguns bugs  - N�O ALTERE ESSE ARQUIVO*/
* { 
	margin: 0;   
	padding: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
	line-height: 1.1em; 
	vertical-align: baseline;
}

p { 
	margin-bottom: 0.5em; 
}

hr { 
	clear: both; 
	float: none; 
	width: 100%; 
}

* html body hr { 
	margin: -7px; 
	display: block;
}

a, img { 
	border: none; 
}

img { 
	vertical-align: middle;
}

fieldset { 
	display: block; 
	border: 2px ridge #FFF; 
	padding: 10px; 
}

ul, ol { 
	margin-left: 1.5em; 
	list-style-position: outside; 
}

li { 
	vertical-align: top; 
	line-height: 1.2em;
}

li a { 
	zoom: 1; 
	line-height: 1.2em; 
}

input[type=hidden]{ 
	display: none !important; 
	visibility: hidden !important;
}

button { 
	border: 1px outset #AAA; 
}

legend { 
	margin-bottom: 1.4em; 
}

label { 
	display: block;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, thead, tfoot { 
	text-align: center; 
	font-weight: bold; 
}

blockquote:before, blockquote:after,q:before, q:after { 
	content: ��; 
}

blockquote, q { 
	quotes: "" ""; 
}

pre { 
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap !important; /* FF 1999 */
	white-space: -pre-wrap; /* OP 4-6 */ 
	white-space: -o-pre-wrap; /* OP 7 */  
	word-wrap: break-word; /* IE 5.5+ */
}

h1 { font-size: 250%; font-weight: normal;}
h2 { font-size: 200%; font-weight: normal;}
h3 { font-size: 150%; font-weight: normal;}
h4 { font-size: 120%; font-weight: normal;}
h5 { font-size: 110%; font-weight: normal;}
h6 { font-size: 100%; font-weight: bold;}

* html * { color: expression( (function(who){ if(!who.MXPC && who.nodeName != 'A'){
 who.MXPC = '1';
 who.onmouseenter=function(){ who.className += ' hover'};
 who.onmouseleave=function(){ who.className = who.className.replace(' hover','')};
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') return false;}

#tabFreq{
}

#tabFreq tr{
}

#tabFreq tr th, #tabFreq tr th h3{
	color:#fff !important;
	text-align:left !important;
	font-weight:bold !important;
}

#tabFreq tr td{
}