/* CSS Document */

/* Fontes */
.tahoma { font-family: tahoma; }
.verdana { font-family: verdana; }
.arial { font-family: arial; }

/* Cores */
.marrom { color: #996633; }
.verde { color: #006b33; }
.cinza { color: #626366; }
.branco { color: #ffffff; }
.preto { color: #000000; }
.vermelho { color: #a72124; }
.amarelo { color: #ffd400; }

/* Tamanhos */
.tam09 { font-size: 09px; }
.tam10 { font-size: 10px; }
.tam11 { font-size: 11px; }
.tam12 { font-size: 12px; }
.tam13 { font-size: 13px; }
.tam14 { font-size: 14px; }
.tam15 { font-size: 15px; }
.tam16 { font-size: 16px; }
.tam17 { font-size: 17px; }
.tam18 { font-size: 18px; }


/** Estilos para a pagina de impressao **/

#ContentPrint	{
	float		: left;
	width:99%;
	height		: 495px;
	position	: relative;
	border		: 0px solid #CCFF00;				
	font-size:18px;
}

#ContentPrint ul {
	margin			: 0px;
	left			: 0px;
	top				: 0px;
	padding-left	: 5px;
	padding-right	: 5px;
	padding-bottom	: 0px;
	padding-top		: 0px;
	
}
#ContentPrint li {
	display		: block ;
	margin		: 0px;
	width		: auto;
	margin			: 0;
	font-size		: 11px;
	text-decoration	: none;
	color			: #000000;
}

#ContentPrint #Title {
	color				: #000000;
	font-size			: 18px;
	font-weight			: bold;
	padding-left		: 5px;
	height				: 30px;
	background-image	:url(images/pontinhos.png);
	background-repeat	:repeat-x;
	background-position	:bottom;
}
#ContentPrint #ContentText {
	padding-bottom		: 10px;
	font-size			: 14px;	
	background-image	: url(images/pontinhos.png);
	background-repeat	: repeat-x;
	background-position	: bottom;
}
#ContentPrint #Copyright {
	padding-bottom		: 10px;
	font-size			: 14px;	
	font-weight:bold;
	text-align:center;
	background-image	: url(images/pontinhos.png);
	background-repeat	: repeat-x;
	background-position	: bottom;
}

#ContentPrint li a {
	padding			: 0px;
	margin			: 0px;
	font-size		: 9px;
	text-decoration	: none;
	color			: #000000;
}

#ContentPrint li a:link {
	color: #000000;
}

#ContentPrint li a:visited {
	color: #000000;
}

#ContentPrint li a:hover {
	color			: #000000;
	text-decoration	: underline;
}		
#ContentPrint #btnPrint{
position:relative;
float:left;
margin-top:10px;
text-align:center;
width:95%;
}
#ContentPrint #btnPrint a {
	padding			: 0px;
	margin			: 0px;
	font-size		: 14px;
	text-decoration	: none;
	font-weight		: bold;
	color			: #0F5992;
}

#ContentPrint #btnPrint a:link {
	color: #0F5992;
}

#ContentPrint #btnPrint a:visited {
	color: #0F5992;
}

#ContentPrint #btnPrint a:hover {
	color			: #0F5992;
	text-decoration	: underline;
}		

@media print{
	#ContentPrint #btnPrint { display: none; }
}