
body 
{ 
	margin: 0px; 
	padding: 0px; 
	background-image: url('../img/bg.gif')
}

img { border:0 }

.campo
{
	border: 1px solid #FFCC00;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F7F7F7
}

.texto10_preto_normal
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #333333
}

.texto10_preto_negrito
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold
}

.texto11_preto_negrito
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold
}

.link10_preto_normal
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none
}

.link10_preto_normal:hover { text-decoration: none; color: #0093DD }

.link10_preto_negrito
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none
}

.link10_preto_negrito:hover { text-decoration: underline; color: #0093DD }


