﻿* { margin: 0; padding: 0; text-decoration:none; }

html{ height: 100%;  }

body
{	
	text-align:center; 
	background-color:#000; 
	margin: 30px 0 0 0;
	background-image:url('../../img/bg.gif');
	background-repeat:repeat-x;
	}

#content
{	margin: 0 auto; 
	background-color:#000; 
	text-align: left; 
	position: relative; 
	min-height: 450px; 
	height: auto; 
	height: 450px; 
	width:750px; 
	border: solid 6px #333;
}

#topo
{
	margin: 0;
}

#rodape
{
	width:100%; 
	position: absolute; 
	bottom: 0px;
	height: 75px; 
	margin: 0px;
}

#rodape h1
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:12pt;
	font-weight: bold;
	text-transform:uppercase;	
	color:#000; 
	margin: -2px 0 0 510px;
	border-left: solid 6px #CCC;
	padding: 0 0 0 5px;
}

#rodape h2
{
	border-left: solid 6px #FFF;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:10pt;
	font-weight: normal;
	color:#333; 
	margin: 0 0 0 510px;
	padding: 0 0 0 5px;
}

.address
{
	font-family: Trebuchet MS, Tahoma,Arial;
	font-size:9pt;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;	
	margin: 0;
	color:#FFF; 
	text-align:center;
	
}



#master
{
	height: 473px;
	width:100%;
}

#right
{
	margin: 10px 10px 10px 20px;
	float:left;
	width: 405px;
	height: 380px;	
}

#right h1
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size:14pt;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
}

#right a
{
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	margin: 0 0 10px 0;
}

#right a:hover
{
	color:#E00;
	text-decoration:underline;
}

a
{
    text-transform:uppercase;
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	margin: 0 0 10px 0;
}

a:hover
{
	color:#E00;
	text-decoration:underline;
}

.radio
{
   text-transform:uppercase;
	font-family: Trebuchet MS,Arial,Sans-Serif;
	font-size:14px;
	color:#FFF;
	margin: 0  0 0 40px;
}

#left
{
	margin: 0;
	width: 315px;
	height: 380px;
	float:left;
	text-align:left;
}

#left h1
{
	font-family: Lucida Sans;
	font-size:45pt;
	font-weight: bold;
	color: #900;
	text-align:center;
	margin: 0 0 10px 0;
}

#left p
{
	margin: 65px 0 0 0;
	font-family: Lucida Sans;
	font-size:30pt;
	font-weight: normal;
	font-style:italic;
	color: #300;
	text-align:center;
	letter-spacing:-3px;
}

.textbox
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	line-height:16px;
	color: #fff;
	height:16px;
	border:solid 1px #999;
	background-color:#000;
	margin:0 0 10px 0px;
	padding: 2px;
}

.label
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	color: #999;
	height:20px;
	line-height:18px;
}

.pnlMsgOk
{
	padding:10px 0 0 10px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	color: #FFF;
}

.pnlMsgErro
{
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:normal;
	color: #FFF;
	display: inline-table;
	list-style-type:none;
}