/*PARAMENTROS GERAIS*/

* { margin:0; padding:0; border:0; }

body {
	margin: 0px;
	padding: 0px;
	color:#555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:url(bg.png) repeat;
}

html {
	overflow-y: scroll;
}

/****************************************************/

/* CLASSES GERAIS */

.strong {	
	font-weight:bold;
}

.hide { 
	display: none; 
}

.clear {
	clear: both; 
}

img {
	border: none;
}

.sublinhado {
	text-decoration:underline;
}

.img-left {
	float:left;
	padding: 2px 12px 2px 0px;
}

.img-right {
	float:right;
	padding: 2px 0px 2px 12px;
}

.centro {
	text-align: center;
}

.direita {
	text-align:right;
}

.left {
	float:left;
}

.right { 
	float:right;
} 

a {
	color:#00A759;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.obrigatorio {
	font-size:11px;
	font-weight:bold;
	color:#951515;
}

/****************************************************/

/*CONTEÚDO A TODAS PÁGINAS*/

#main {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 810px;	
}

#main .splash {	
	height:582px;
}

#main p {
	line-height:145%;
	margin:-65px 0 0 60px;
}