body {
	margin:0;
	padding:0;
	background:url(../imagens/global/background.gif);
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, p, form, h6 {
	margin:0;
	padding:0;
}

h2 {
	font-size:16px;
	color:#FFFFFF;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	font-size:18px;
	font-weight:bold;
	background:url(../imagens/global/icoTitulo.jpg) no-repeat left center;
	padding-left:15px;
	
}

h4 {
	font-size:14px;
}

h5 {
	font-size:14px;
	color:#090;
	padding-bottom:10px;	
}

h6 {
	font-size:11px;
	margin-bottom:5px;
}

img {
	border:0;
}


/*FORM*/

input {
	margin-bottom:2px;
}