/* Geral
--------------------------------------------------*/
body {
	background-color: #007CC3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

a {
	color: #333333;
}

a:active {
	color: #990000;
}

.copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 10px;
}

/* Frame
--------------------------------------------------*/
#frameTop {
	background: url(../img/frameTop.gif) no-repeat;
	height: 10px;
}

#frameBottom {
	background: url(../img/frameBottom.gif) no-repeat;
	height: 10px;
}

#frameLeft {
	background-image: url(../img/frameLeft.gif);
	background-repeat: repeat-y;
	width: 10px;
}

#frameRight {
	background-image: url(../img/frameRight.gif);
	background-repeat: repeat-y;
	width: 10px;
}

/* Topo
--------------------------------------------------*/
#topo {
	background: url(../img/topo.gif) no-repeat;
	width: 725px;
	height: 80px;
}

/* Barra Superior 
--------------------------------------------------*/
#barraSup {
	background: url(../img/barraSup.gif) no-repeat;
	width: 725px;
	height: 51px;
}

/* Menu
--------------------------------------------------*/
#menu .separador {
	background: url(../img/menuSeparator.gif) no-repeat;
	width: 1px;
}

#menu a div {
	padding-top:15px;
}

#menu a {
	width: 140px;
	height: 51px;
	display: block;
	/*padding-top:15px;*/
}

#menu a:hover {
	background: url(../img/menuBgHover.gif) repeat-x;
}

#menu .selecionado {
	background: url(../img/menuBgHover.gif) repeat-x;
}

/* Destaque LO
-------------------------------------------*/
.destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	vertical-align: top;
}

.destaque .cima {
	background-image: url(../img/destaque_01.gif);
	background-repeat: no-repeat;
	width:240px;
	height:158px;
	padding: 10px;
	padding-bottom: 0px;
}

.destaque .baixo {
	background-image: url(../img/destaque_02.gif);
	background-repeat: no-repeat;
	width:240px;
	height:158px;
	padding: 10px;
	padding-bottom: 0px;
}

.destaque .titulo {
	font-size: 18px;
	border-bottom: 1px dashed #333333;
	padding-bottom: 10px;
}

.destaque .botao {
	background: url(../img/botaoVerde.gif) no-repeat;
	display: block;
	width: 205px;
	height: 62px;
	/*padding-top:20px;*/
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.destaque .botao div {
	color: #FFFFFF;
	padding-top:18px;
}

.destaque .botao:hover {
	background: url(../img/botaoVerdeHover.gif) no-repeat;
	text-decoration: none;
}

.destaque div {
	padding-bottom:5px;
}


/* Container
-------------------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 725px;
	background-position: 1px;
}

/* Conteúdo
-------------------------------------------*/
#conteudo {
	background: url(../img/conteudo.gif) no-repeat 0px 1px;
	width: 450px;
	height: 310px;
	vertical-align: top;

}

#conteudo h1 {
	font-size: 35px;
	font-weight: normal;
}

#conteudo h2 {
	font-size: 14px;
	padding-top: 15px;
	color: #666666;
}

#conteudo a {
	color: #666666;
}

#conteudo table {
	width: 447 px;
	border: 7px solid #CCCCCC;
	margin-right: 3px;
	padding: 5px;
	background-color: #EFEFEF;
}

#conteudo td {
	vertical-align: top;
	border-bottom: 1px solid #FFFFFF;
}

#conteudo td label {
	font-weight: bold;
	width: 120px;
	height: 20px;
	text-align: right;
	padding-right: 5px;
	display: block;
}

#conteudo p, #conteudo td {
	font-size: 12px;
	line-height: 16px;
}

#conteudo .abreAspas {
	margin-bottom: 10px;
	background: url('../img/aspasAbre.gif') no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}

#conteudo .fechaAspas {
	background: url('../img/aspasFecha.gif') 97% 100% no-repeat;
	margin-bottom: 0 !important;
	padding-right: 15px;
	padding-bottom: 20px;
}

#conteudo .refEsquerda {
	background: url('../img/aspaEsquerda.gif') no-repeat;
	margin-bottom: 10px;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#conteudo img {
	float: right;
	border: 7px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 3px;
}

#conteudo .refDireita {
	background: url('../img/aspaDireita.gif') 97% 0 no-repeat;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-top: 35px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#conteudoTop {
	background: url(../img/conteudoTop.gif) no-repeat;
	width: 470px;
	height: 10px;
}

#conteudoBottom {
	background: url(../img/conteudoBottom.gif) no-repeat;
	width: 470px;
	height: 10px;
}

#conteudoLeft {
	background: url(../img/conteudoLeft.gif) repeat-y;
	width: 10px;
}

#conteudoRight {
	background-image: url(../img/conteudoRight.gif);
	background-repeat: repeat-y;
	width: 10px;
}
