html ,body {
	color: #b40029;
	font-family:  Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

html {
	background-color:#E1d9d3;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}



h1 {
	font-size:18px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:13px;
}

table {
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}


fieldset {
	padding:5px;
	border:1px solid #DDD;
	margin-top:10px;
}

legend {
	font-size:13px;
	color:#B5131A;
	font-style:italic;
	margin:0px;
}

label {
	cursor:pointer;
}

.obrigatorio {
	font-style:italic;
	font-size:10px;
}


a {
	color:#5f3813;
	text-decoration:none;
}

a:hover {
	color:#5f3813;
	text-decoration:underline;
}

a.padraoLink {
	color:#b5001a;
	text-decoration:none;
}

a:hover.padraoLink {
	color:#eb4e23;
	text-decoration:underline;
}