/* DIVS */
#container {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	height:440px;
	margin-left:-380px;
	margin-top:-220px;

}
/* ELEMENTOS HTML */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
p {
	font-size: 11px;
	color: #000000;
	margin:0px;
}
h1 {
	font-size: 11px;
	color: #F5821F;
	margin:0px;
}
h2 {
	font-size: 11px;
	color: #666666;
	margin:0px;
	font-weight: normal;
}
/* CLASSES */
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	background-color: #FDB812;
	border: none;
}
.texto_destaque {
	font-size: 11px;
	color: #F5821F;
	font-weight: bold;
	margin:0px;
}
.texto_clipping {
	font-size: 10px;
	color: #000000;
	margin:0px;
}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #F5821F;
	text-decoration: none;
}

