﻿div.Menu {
	position:relative;
	top:18px;
	width:832px;
	height:23px;
}
div.FRONT-PAGE-11 {
	position:absolute;
	left:0px;
	top:41px;
	width:800px;
	height:24px;
}

div.Content {
	position:relative;
	top:30px;
}

@font-face 
{
    font-family: "BebasNeue";
    src: url('fontes/bebasneue-webfont.eot');
    src: url('fontes/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/bebasneue-webfont.woff') format('woff'),
         url('fontes/bebasneue-webfont.ttf') format('truetype'),
         url('fontes/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: "Swiss721CondensedBT";
    src: url('fontes/swiss-721-condensed-bt-webfont.eot');
    src: url('fontes/swiss-721-condensed-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/swiss-721-condensed-bt-webfont.woff') format('woff'),
         url('fontes/swiss-721-condensed-bt-webfont.ttf') format('truetype'),
         url('fontes/swiss-721-condensed-bt-webfont.svg#swiss_721_condensed_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p.Titulo { 
    font-family: "BebasNeue", Verdana, Tahoma;
    color:#696409;
    font-size:24pt;
    text-align:center;
    height:10px;
}
p.SubTitulo { 
    font-family: "BebasNeue", Verdana, Tahoma;
    color:#696409;
    font-size:17pt;
    height:11px;
}
p.Texto { 
    font-family: "Swiss721CondensedBT", Verdana, Tahoma;
    color:#B5B5B5;
    font-size:10pt;
    line-height:200%;
}
p.Texto-Stand-Up{ 
    font-family: "Swiss721CondensedBT", Verdana, Tahoma;
    color:#B5B5B5;
    font-size:12pt;
    line-height:200%;
}
a:link, a:visited {
	text-decoration: underline;
	font-family: "Swiss721CondensedBT", Verdana, Tahoma;
    color:#B5B5B5;
    font-size:10pt;
    line-height:200%;
	}
a:hover {
	text-decoration: underline;
	font-family: "Swiss721CondensedBT", Verdana, Tahoma;
    color:#B5B5B5;
    font-size:10pt;
    line-height:200%;
	}
a:active {
	text-decoration: underline;
	font-family: "Swiss721CondensedBT", Verdana, Tahoma;
    color:#B5B5B5;
    font-size:10pt;
    line-height:200%;
	}
.campoTextoContato {  
	COLOR: #B1B1B1;  
	BACKGROUND-COLOR: #080808; 
	BORDER: 0px #080808 solid;
	outline: none;
}
.textAreaContato {
	COLOR: #B1B1B1; 
	resize: none;
	overflow:hidden;
	border-style: none; 
	border-color: Transparent;
	BACKGROUND-COLOR: #080808; 
	outline: none;
	position:relative;
	top:0px;
	left:20px;
}
p.fonteSucesso{
	font-size: 12px; 
	font-family: Arial;
	color: green;
	font-weight: bold;
	text-align:center;
}