/* CSS Document */
body
{
	font-size:12px;
	color: #000000;
	margin: 0px;
	background-image:url(../img/layout/fundo.gif);
}
br.c{ clear:both; }
body, h1, h2, h3, h4, h5, h6, p, form, ul, li { margin:0px; padding:0px; list-style:none; }
h1
{
	font-size:14px;
	color:#333333;
}
h2
{
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
h3
{
	font-size:14px;
	color:#04385d;
	font-weight:bold;
}
a:link, a:active
{ 
	text-decoration: none; 
	color:#009933;
}
a:visited
{
	color:#770000;	
}
a:hover
{ 
	text-decoration: underline;
	color:#004c19;
}
acronym
{
border-bottom: none;
}
input, select, textarea{
	border:1px solid #009933;
	color:#009933;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:2px;
}
