*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}

img {
border:0;
}

input{
	border:1px solid #ccc;
	font-size:10px;
}	

.input  {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #282828;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	background-color: #EEEEEE;
	height: 18px;
}

body{
	font:#282828 11px/16px "Trebuchet MS", Verdana, Arial;
	background:#1D4F88 url(../imagens/bg.gif) repeat-x;

}

a {
	font-family: Tahoma, Verdana, Arial;
	font-size:11px;
	color:#1D4F88;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1D4F88;
}
a:hover {
	text-decoration: none;
	color: #3982B8;
}
a:active {
	text-decoration: none;
	color: #1D4F88;
}

/*** LAYOUT ***/
#geral {
	position: relative;
	margin: 0 auto;
	width: 684px;
	background:#fff;
}
#header {
	width: 684px;
	height: 390px;

}

#header a {
	display: block;
	width: 684px;
	height: 180px;
}

#main{
	clear:both;
	width:624px;
	margin-left:30px;
	margin-right:30px;
	padding-top:0px;
	padding-bottom:10px;	
}
#rod{
	height:20px;
	background:#f2f2f2;
	color:#fff;
	text-align:center;
	padding-top:4px;
	
}
#imageContainer {
	margin:auto;
	height:210px;
	padding-top:3px;
}

#imageContainer img {
	display:none;
	position:absolute;
}
