body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img_layout/fundotop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#menu1 a {
	font-size: 12px;
	font-weight: bold;
	color: #010856;
	text-decoration: underline;
}
#menu1 a:hover {
	text-decoration: none;
}

#conteudo h1, h2, h3, h4, h5, h6 {
	font-size: 24px;
	
}
#conteudo {
	font-size: 14px;
	color: #010A74;
}
#conteudo a {
	font-weight: bold;
	color: #010A74;
}
#conteudo a:hover {
	text-decoration: none;
	
}




#end {
	background-color: #8D9394;
}
#end2 {
	color: #FFFFFF;
	font-size: 12px;
}
#end2 a {
	color: #ffffff;
	font-weight: bold;
}
#end2 a:hover {
	text-decoration: none;
}













textarea {
	background-color: #ffffff;
	font:12px Verdana;
	color: #010A74;
	border:thin solid #920202;
}


input {
	background-color: #ffffff;
	font: 12px Verdana;
	color: #010A74;
	border: thin solid #920202;
}

