@media print {
body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-left:0px;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center; /* hack para o IE */   
}

a {
	text-decoration:none;
	font-size:12px;
	font-family:verdana;
	color:#666666;
}

a:hover {
	text-decoration:underline;
	font-size:12px;
	font-family:verdana;
	color:#666666;
}

#top {
	padding-top:0;
}

#menu {
	padding-top:5px;
}

#box_content {
	padding-top:15px;
}

.txt {
	font-size:12px;
	font-family:verdana;
	color:#999;
}

.rodape {
	font-size:10px;
	font-family:verdana;
	color:#666666;
}

.txt_box {
	font-size:10px;
	font-family:verdana;
	color:#666666;
}	

.txt_box:hover {
	font-size:10px;
	font-family:verdana;
	color:#666666;
}


.txt_w, at_top {
	font-size:12px;
	font-family:verdana;
	color:#fff;
}

.txt_azul:hover {
	font-size:12px;
	font-family:verdana;
	color:#183884;
}

.titulo2 {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#666;
}

.titulo2:hover {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#666;
}


.titulo3 {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#666;
}

.titulo3:hover {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#666;
}

.titulo {
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
	color:#F00;
}

.titulo_box {
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	border: 1px solid #D0CFCF; 
	background-color:#FFFFFF; 
	background-image:url(../images/bg_box.jpg); 
	background-repeat:repeat-x; 
	height:27px;
}

.menu {
	background: #F9F9F9;
	cursor:pointer;
	font-size:12px;
	font-family:verdana;
	color:#666666;
}

.menu_out {
	background:#FFFFFF;
	font-size:12px;
	font-family:verdana;
	color:#666666;
}

#content input, select, textarea {
	background-color:#E5E5E5;
	border:1px solid #E5E5E5;
	font-family:verdana;
	font-size:11px;
	color:#666666;
}	

#content .vermelha{
	border: 1px solid #FF0000;
	background-image:url(../images/exclamation.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color: #FFDDCC;
}

#content .limpa{
	border:1px solid #E5E5E5;
	background-color: #E5E5E5;
}

.vermelha{
	border: 1px solid #FF0000;
	background-image:url(../images/exclamation.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color: #FFDDCC;
}

.limpa{
	border:1px solid #E5E5E5;
	background-color: #E5E5E5;
}

.txt_box_branco {
	border:1px solid #ACACAC; 
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:9px;
}

.txt_box_azul {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#183884; 
	font-size:10px;
}

.txt_orange {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#F60; 
	font-size:11px;
}

.txt_orange:hover {
	font-size:11px;
	font-family:verdana;
	color:#F60;
}

.tiny_g {
	font-family:Verdana; 
	color:#7F7F7F; 
	font-size:10px;
}

.tiny_g:hover {
	font-size:10px;
	font-family:verdana;
	color:#7F7F7F;
}

.tiny_o {
	font-family:Verdana; 
	color:#F60; 
	font-size:9px;
}

.tiny_o:hover {
	font-size:9px;
	font-family:verdana;
	color:#F60;
}

}

@media screen {

/* Clear margins and padding; necessary only if you use elements (like the first
	h1 in this page) that throw the body's margin out of whack on FF. */
html {
	/*background:<?=$bg_html?>;*/
	/* Height is 100%, so the body can be 100% */
		background-image:url("files/fundo_amarelo.jpg");
		background-repeat:repeat;
	height:100%;
}

body {

	font-family:Verdana;
	font-size:12px;
	
	width:100%;
	margin:0;
	padding:0;
	/* Height is 100%, so the tiled BG will tile all the way down
	the page, not just as far down as the page's content
	(when the content's height < window's height) */
	height:100%;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
 high as the window's viewport is; higher content (upon
 scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
 'bout IE7.
*/
html>body {
	min-height:100%;
	height:auto;
}
	
	a {
		text-decoration:none;
		font-size:12px;
		font-family:verdana;
		color:#000000;
	}
	
	a:hover {
		text-decoration:underline;
		font-size:12px;
		font-family:verdana;
		color:#000000;
	}
	
	#top {
		padding-top:20px;
	}
	
	#menu {
		padding-top:5px;
	}
	
	.txt {
		font-size:12px;
		font-family:verdana;
		color:#000000;
	}
	
	.txt_box {
		font-size:11px;
		font-family:verdana;
		color:#000;
	}	
	.txt_box:hover {
		font-size:11px;
		font-family:verdana;
		color:#000;
	}	
	
	.titulo {
		font-family:verdana;
		font-size:18px;
		font-weight:bold;
		font-style:italic;		
		color:#FF0000;
	}
	
	.sucesso {
		font-family:verdana;
		font-size:16px;
		font-weight:bold;
		color:#009933;
	}
	
	.erro {
		font-family:verdana;
		font-size:16px;
		font-weight:bold;
		color:#F00;
	}
	
	
	.titulo2 {
		font-family:verdana;
		font-size:15px;
		color:#000000;
	}
	
	.titulo4 {
		font-family:verdana;
		font-size:18px;
		color:#1F1A17;
	}
	
	.titulo3 {
		font-family:verdana;
		font-size:15px;
		font-weight:bold;
		color:#666666;
	}
	
	.titulo_box {
		font-family:verdana;
		font-size:10px;
		font-weight:normal;
		color:#FFFFFF;
		border: 1px solid #D0CFCF; 
		background-color:#FFFFFF; 
		background-image:url(images/bg_box.jpg); 
		background-repeat:repeat-x; 
		height:27px;
	}
	
	.menu {
		background: #F9F9F9;
		cursor:pointer;
		font-size:12px;
		font-family:verdana;
		color:#666666;
	}
	
	.menu_out {
		background:#FFFFFF;
		font-size:12px;
		font-family:verdana;
		color:#666666;
	}
	
	#content input, select, textarea {
		background-color:#E5E5E5;
		border:1px solid #E5E5E5;
	}
	
		
	#content .vermelha{
		border: 1px solid #FF0000;
		background-image:url(images/exclamation.gif);
		background-position:right;
		background-repeat:no-repeat;
		background-color: #FFDDCC;
	}
	
	#content .limpa{
		border:1px solid #E5E5E5;
		background-color: #E5E5E5;
	}
	
	.vermelha{
		border: 1px solid #FF0000;
		background-image:url(images/exclamation.gif);
		background-position:right;
		background-repeat:no-repeat;
		background-color: #FFDDCC;
	}
	
	.limpa{
		border:none;
		background-color: #E5E5E5;
	}
}