/* CSS Document */

body
{
	background:#333 url(/img/bg.jpg) no-repeat fixed center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	
}
a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}
.texto
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:inherit;
	font-stretch:expanded;
	color:#333333;
	
}
.texto_claro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size-adjust:inherit;
	font-stretch:expanded;
	color:#999999;
}

.bgcolor {
	background-color: #F57809;
}
