
html, body {
	height: 100%;
	line-height:16px;
}

body {
	margin: 0;
	padding: 0;
}

a, body {
	color: #686868;
}

a, body, input, textarea, select {
	font-family: Arial;
	font-size: 11px;
}

form, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5 {
	margin: 0 0 5px 0;
	line-height: 16px;
}

/**
 *	Formulários
 */

form input, form select, form textarea {
	color: #2E4573;
	padding: 5px 5px 4px 5px;
}

.nocss {
	padding: 0;
	width:auto;
	margin:0;
}

.oculto {
	display: none;
}

.cleaner {
	clear: both;
	height: 0;
	overflow: hidden;
}

a img {
	border: 0;
}

a.none {
	text-decoration: none;
}

a.destaqueBranco {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}