        body
		{
        	background-image: url("imagens/fundo.gif");
        	margin-top: 0;
            margin-bottom: 0;
			font-size: 12px;
			line-height: 175%;		
        } 
		.texto
		{
			font-size: 13px;
			font-family: Arial;
			color: #666666;
		}
		.textosemcor
		{
			font-size: 13px;
			font-family: Arial;			
		}
		.textoverm
		{
			font-size: 13px;
			font-family: Arial;			
			color: #ff0000;
		}
		p
		{
			font-family: Arial;
        	color: #666666;
        	font-size: 14px;
			line-height: 175%;
		}
		form 
		{
			margin: 0;
		}
		.campotextobege
		{
		   	border: 1px solid #E9D6BA;
        	background-color: #E9D6BA;
        	font-size: 13px;
        	color: #715224;
		}
		
		.campotextoazul
		{
		border: 1px solid #DDDDDD;
        	background-color: #DDDDDD;
        	font-size: 13px;
        	color: #555555;
		}
		.campotexto
		{
		   	border: 1px solid #666666;
        	background-color: #ffffff;
        	font-size: 13px;
        	color: #666666;
		}
		.textobranco
		{
		   	font-size: 13px;
			font-family: Arial;
			color: #E8F2F9;
		}
		.textocinza
		{
		   	font-size: 13px;
			font-family: Arial;
			color: #777777;
		}
		a
		{
			text-decoration: none;
		}
		a:hover
		{
			text-decoration: underline;
		}
		h1
		{
			font-family: Arial;
			font-size: 20px;
			color: #3399CC;
		}
		
