*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}

/* DIVS */
#container {
	position:absolute;
	left:50%;
	top:30px;
	width:728px;
	margin-left:-364px;
	min-height:590px;
	background-color:transparent;
}
#flash {
	position:absolute;
	left:0px;
	top:78px;
	width:728px;
	height:244px;
}
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:728px;
	height:78px;
}
#barraTitulo {
	position:absolute;
	left:0px;
	top:357px;
	width:728px;
	height:15px;
	background-image:url(../imagens/title.gif);
	background-repeat:no-repeat;
}
#conteudoIndex {
	position:relative;
	display:table;
	margin-left:0px;
	margin-top:322px;
	width:728px;
	background-color:#EDEEF0;
}
#conteudoIndexInterno{
	position:relative;
	display:table;
	float:left;
	margin-left:23px;
	_margin-left:17px;
	margin-top:50px;
	height:355px;
	width:216px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #767473;	
}
#conteudoIndexInterno2{
	position:relative;
	display:table;
	float:left;
	margin-left:23px;
	_margin-left:20px;
	margin-top:50px;
	height:355px;
	width:216px;
}
#rodape{
	position:relative;
	margin-left:0px;
	margin-top:0px;
	width:728px;
	height:110px;
	background-color:transparent;
}

/*********************************
INTERNAS
*********************************/
#title {
	position:absolute;
	left:0px;
	top:361px;
	min-width:100px;
	min-height:80px;
}
#conteudoInterno{
	position:relative;
	display:table;
	float:left;
	margin-left:242px;
	_margin-left:122px;
	margin-top:42px;
	height:355px;
	width:420px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #767473;	
	padding-left:35px;
}

/*********************************
TAGS HTML
*********************************/
body{
	background-color:#202030;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	color:#000000;
	background-image:url(../imagens/backgroundSite.jpg);
	background-repeat:repeat-x;
}

a {
	color:#333542;
}	
a:hover {
	text-decoration:none;
}
.campoForm {
	color: #000000;
	background-color: #E1E4E8;
	border: 1px solid #C4CED4;
}

/*********************************
CLASS
*********************************/
.margem1{
	padding:15px 0px 15px 0px;
}
.margem2{
	padding-top:15px;
}
.titulo{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
