/* CSS Document */

BODY {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;	
}

P {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

LI {
    font-family: Arial;
	font-size: 13px;
	color: #000000;
}

.destaque{
P {
	font-family: Arial;
	font-size: 15px;
	color: #3366CC;
	font-weight: bold;
}
}

.texto{
P {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-indent: 20px;
}
}

.rodapetxt{
P {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
}

.titulos {
P {
	font-family: Arial;
	font-size: 15px;
	color: #006699;
	text-align: center;
	font-weight: bold;
}
}

.titulosVermelho {
P {
	font-family: Arial;
	font-size: 15px;
	color: #FF3333;
	text-align: center;
	font-weight: bold;
}
}

a:link {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-decorate: none;
}

a:active {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-decorate: none;
}

a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	text-decorate: none;
}

a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #3366CC;
	text-align: center;
	text-decorate: underline;
}

.rodape:link {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.rodape:active {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.rodape:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.rodape:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
 
.LinkDestaque:link {
	font-family: Arial;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}

.LinkDestaque:active {
	font-family: Arial;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}

.LinkDestaque:visited {
	font-family: Arial;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}

.LinkDestaque:hover {
	font-family: Arial;
	font-size: 14px;
	color: #FF3333;
	text-decoration: none;
}

.Contato:link {
	font-family: Arial;
	font-size: 15px;
	color: #006699;
	text-decoration: none;
}

.Contato:active {
	font-family: Arial;
	font-size: 15px;
	color: #006699;
	text-decoration: none;
}

.Contato:visited {
	font-family: Arial;
	font-size: 15px;
	color: #006699;
	text-decoration: none;
}

.Contato:hover {
	font-family: Arial;
	font-size: 15px;
	color: #FF3333;
	text-decoration: none;
}

