html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	
	margin: 0;
	padding: 0;
	border: 0;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

div {
	
	position:relative;

}

ol, ul {

	list-style: none;
	margin-left:0;
	padding-left:0;
}

table {

	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

h1,h2,h3 {
	
	font-family:arial;

}

h3 {
	
	font:normal 19px arial;

}

p {
	
	font:normal 13px arial;

}

a {
	
	color:#2D2DFF;
	font:bold 12px arial;
	text-decoration:underline;
	
}

hr, legend, .none {

	display:none;

}

.right {
	
	float:right;
	margin-top:5px;
	
}

.minimum {

	font:normal 11px arial;

}

.maior {

	font:normal 13px arial;
	

}

.center {

	text-align:center;

}

#wrapper:after{

	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}



html[xmlns] #wrapper{

	display: block;
}
* html #wrapper{

	height: 1%;
}

.clear-fix {
	
	clear: both;

}