/* Nanten - www.planita.com.br */

/* --- Reset --- */

body, div, ul, h1, h2, h3, h4, h5, h6, form, textarea, iframe, img, input {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

ol, ul, dl {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
}

select, input, textarea {
	font-size: 98%;
}

/* --- Inicio Formatacao --- */

body {
	font: 12px Lucida Sans, Tahoma, sans-serif;
	color: #fff;
	background: #000 url(../img/bg.jpg) fixed;
}

/* links */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #c00;
}

a:hover {
	text-decoration: underline;
}

/* texto */

h1, h2, h3 {
	color: #c00;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
	padding-bottom: .6em;
	padding-top: .4em;
}

h3 {
	font-size: 1.2em;
	padding-top: 1.7em;
	padding-bottom: .5em;
}

h4 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
}

p {
	padding-bottom: .25em;
}

/* Estrutura */

#wrapper {
	width: 985px;
	margin: 0 auto;
}

#noscript {
	display: none
}

/* ================ 
paginas conteudo 
=================== */

/* formatacao geral */

.t_lft {
	text-align: left;
}

.t_mid {
	text-align: center;
}

.t_rgt {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.negrito {
	font-weight: bold;
}

/* outras class */
