* 		{ margin: 0; padding: 0; border: 0; list-style: none;  }
html 	{ overflow-y: scroll; }


img, div, input { behavior: url("../js/iepngfix.htc"); }


body 
{ 
	background-color: #f4f3ed; 
	background-image: url(../imagens/background/main-bg.jpg); 
	background-position: top center; 
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #474747;
}

a
{
	text-decoration: none;
	color: #474747;
}

a:hover
{
	text-decoration: underline;
}

div#container 
{ 
	width: 933px; 
	margin: 0 auto; 
	position: relative;
}

div#content-container
{
	clear: both;
}

input, textarea, select
{
	border: 1px solid #666;
	padding: 1px;	
}

	input:focus,
	textarea:focus,
	select:focus
	{
		border: 1px solid #003867;	
		background-color: #F1F1F1;
	}

td.fieldName
{ text-align: right; }

.obrigatorio
{ color: red; }

.botao
{
	text-transform: uppercase;
	font-size: 10px;	
	padding: 5px;
	background-color: #F1F1F1;
	color: #003867;	
}