﻿#textoPagina{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #000;
	text-align: left;
	color: #666;
}

#titPagina{
	color: orange;
	font-size: 18px;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	text-align: left;
}

#textoDefault{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 17px;
	color: #666;
}

#Rodape{
	text-align: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	background-color: orange;
	color: #000;
}

body{
	margin: -2px 0 0 0;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align:left;
	color: #666;
	background: #eee url('../imgCabecalho/Fundo.jpg') repeat-x scroll;  /* #3B3B3B - Fundo2.jpg  */ 
	background-position: center top;
}
		

.fundopadrao {
	background-color: #eeeeee;
	color: #333333;	
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	border: 1px dotted #666666;
	}

.fundocheio {
	background-color: #cccccc;
	color: #003399;	
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	border: 1px dotted red;
}
	

#DefaultSlogan{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-right: 8px;
	
}