@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	/*font: inherit;*/
	vertical-align: baseline;
	text-decoration:none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*MANDARAM TIRAR E FOI TIRADO PEDIDO PELO MANOLO... E AGORA MANDARAM BOTAR DE NOVO*/
}

body {
	background:#F0F0F0;
	overflow-x: hidden;
}
ol, ul, li {
	list-style: none;
}

a{color:#09C;}
a:hover{color:#069;}

h1{font-size:1.6em;}
h2{font-size:1.5em;}
h3{font-size:1.4em;}
h4{font-size:1.3em;}
h5{font-size:1.2em;}
h6{font-size:1.1em;}

input[type=text]{}
input[type=password]{}
input[type=submit]{}
input[type=checkbox]{}
textarea{}

.right{float:right;}
.left{float:left;}
.center{margin:0 auto 0 auto;}
.txtcenter{text-align:center;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.clear{clear:both;}