﻿body
{
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #c4c4c4;
	margin: 0px;
}

#geral
{
	width: 769px;
	margin: 0 auto;
}

#topo
{
    background-image: url(images/topo.jpg);
    width: 769px;
    height: 80px;
    text-align: right;
    padding-top: 20px;
    background-repeat: no-repeat;
}

.fontMenu
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Verdana;
	text-decoration:none;
}

.img
{
	border: 0px;
}

.titulo
{
    font-family:Tahoma;
    font-weight:bold;
    font-size: 12pt;
    color:#000000;
}
    
.titulo2
{
    font-family:Tahoma;
    font-weight:bold;
    font-size: 12pt;
    color:#58478F;
}

.texto
{
    font-family:Arial;
    font-size: 10pt;
    color:#000000;
}

.texto2
{
    font-family:Arial;
    font-size: 10pt;
    color:#58478F;
}