@charset "utf-8";
/* CSS Document */

body
{
    margin: 0px;
    font-family: Georgia, verdana;
    font-size: 11px;
}



P, TD
{
    color: #333333;
    font-family: Georgia, verdana;
    font-size: 11px;
    margin-left: 5px;
}

div
{
    font-family: Georgia, verdana;
    font-size: 11px;
    margin-left: 5px;
}

A:link
{
    font-family: Georgia, verdana;
    font-size: 11px;
    color: #066094;
    text-decoration: none;
}
A:visited
{
    font-family: Georgia, verdana;
    font-size: 11px;
    color: #006699;
    text-decoration: none;
}
A:hover
{
    font-family: Georgia, verdana;
    color: #0099FF;
    font-size: 11px;
    text-decoration: none;
}
A:active
{
    font-family: Georgia, verdana;
    font-size: 11px;
    color: #006699;
    text-decoration: none;
}

.borderpreto {
	border: 1px solid #333333;
}

.bgContato {
	background-image: url(../images/contato.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 2px;
	padding: 2px;
}

.bgSobre {
	background-image: url(../images/sobre.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bgTopo {
	background-image: url(../images/Barra_Sup.jpg);
	background-repeat: no-repeat;
}
.pontovert {
	background-image: url(../images/pontverti.gif);
	background-position: center top;
}
.espacoduplo {
	line-height: 25px;
}

