/*********************************************************************
 Produzido por Adriano Oliveira - Web Designer
 Informações: http://www.adrianooliveira.com
 Conteúdo protegido pela lei Nº 9.610/98 de Direitos Autorais.
 É expressamente proibida a cópia ou reprodução sem autorização.
 *********************************************************************/

	a:visited	{ text-decoration: none; color:#003399; }
	a:link 		{ text-decoration: none; color:#003399; }
	a:active	{ text-decoration: none; color:#FF3300; }
	a:hover 	{ text-decoration: underline; color:#003399; }
	
	body {
	background-image:url(../img/bg.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }
	
	td {
	font-size:11px; }
		
	table#padrao {
	background-image:url(../img/back.jpg);
	background-repeat:no-repeat; 
	background-position:top;
	height:350px;}
	
	.menor {	font-size:9px; }
	.maior {	font-size:14px; }	
	.grande {	font-size:19px; }
	.upper {	text-transform:uppercase; }
	.lower {	text-transform:lowercase; }
	
	.cell_txt { padding:20px 20px 30px 20px;}
	
	.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:1px;
	color:#333333; }
	
	.imput {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#333333;
	background-color:#F7F4F0;
	font-size:11px;
	border-width:1px;
	padding:1px;}	
	
	.justify {
	text-align:justify; }
	
	.btn {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 7pt;
	width: 70px;
	height: 19px;
	color: #6B665A;
	background-image:url(../img/btn.gif);
	background-color: #FFFFFF; }