@import url("atalhos.css");
@import url("coluna.css");

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}
#conteudo * {
	line-height: 1.6em;
}

h1 {
	display: none;
}


body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#siteholder {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#apresentacao {
	width: 820px;
	height: 270px;
	text-align: center;
	padding-top: 45px;
}

#contentholder {
	width: 560px;
	padding-left: 250px;
	left: 240px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#conteudo {
	width: 100%;
	min-height: 260px;
	background-color: #FAFAFA;
}
#conteudo  a  {
	text-decoration: underline;
	color: #666666;
}
#conteudo a:hover {
	color: #333333;
	text-decoration: none;
}

#conteudo h2 {
	font-family: Tahoma;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.1ex;
	margin-bottom: 0.5em;
	color: #3A4750;
	line-height: 2em;
}

#conteudo dt {
	font-family: Tahoma;
	font-size: 8.5pt;
	text-transform: uppercase;
	letter-spacing: 0.1ex;
	color: #3A4750;
	line-height: 2em;
	background-image: url(../images/sanfona_dt_fechado.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
}
#conteudo dt .aberto {
	background-image: url(../images/sanfona_dt_aberto.jpg);
	display: block;
}
#conteudo  dd {
	background-image: url(../images/sanfona_dt_degrade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}






#foot {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F5F5;
}
#foot p {
	float: left;
	width: 390px;
	padding-right: 10px;
	padding-left: 10px;
}
#foot a {
	text-align: right;
	display: block;
	color: #333333;
}

#foot * {
	line-height: 34px;
	height: 34px;
	color: #666666;
}
.alignRight {
	float: right;
}

.hide    {
	display: none;
}
.botao {
	background-color: #9CCCE3;
	border: 0px none #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#conteudo button:hover {
	background-color: #5699CE;
}


#conteudo dt a {
	font-family: Tahoma;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 0.1ex;
	color: #3A4750;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/sanfona_dt_fechado.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left top;
	display: block;
	margin-bottom: 2px;
}
