/* CSS Document */
@media print{body{display:none;}}
javascript{display:none;visibility:hidden;}

html,body{
	width:100%;
	height:100%;
	margin:0px; 
	padding:0px; 
	overflow:inherit;
	cursor: default;
}
body,td,th,div,span,h1,h2,h3,h4,h5,h6,form, input, textarea, select{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
body, td, th, div,form, input, textarea, select, span, radio, button{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;margin:0px;color:#FFF;font-size:11px;}
img{ border:none; clear:both; border:0px; text-decoration:none; display:block; float:none; }
form, input, textarea, select, button{ margin:0; padding:0; }
a,a:hover,a:link,a:active {cursor:pointer; text-decoration:none; color:#000;}
pre, code {font : 1em/1.4em "Courier News", monospace;color : #484848;line-height : 1.5em; }
input, textarea{
	border:1px solid #666;
	background-color:#eee;
	padding:1px;
}

.faixaBlack{
	background:#000 url(../images/template/barra.png) repeat-x;
	height: 24px;
	border-bottom:2px solid #999
}
