body {
	background:url(imagens/layout/fundo_largo.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	scrollbar-3dlight-color:#000033;
	scrollbar-arrow-color:#006600;
	scrollbar-base-color:#00ff00;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFCC;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#B7C7C6;
}

/*table {
	table-layout:fixed;
}*/

td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	height: 20px;
	border-color: #333399;
}

a:hover {
	text-decoration: underline;
}

img{
	border: 0px;
}

.botao {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 13px;
	color: #003366;
	background-color: #E9E9C4;
	font-weight: bold;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #006699;
	background-color: #E9E9C4;
	font-weight: bold;
}

input.big, textarea {
	width: 300px;
}

input.medium {
	width: 180px;
}

input.small {
	width: 50px;
}


.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	background-color: #006666;
	color: #FFFFFF;
	text-indent: 5px;
	vertical-align: top;
	font-weight: bold;
	width:inherit
}

.subtitulo, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
  color: #006666;
}

div#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #336600;
	color: #FFFFFF;
	line-height: 30px;
	background:url(imagens/layout/header.png) no-repeat;
	padding-right:0px;
	padding-left:0px;
	padding-top: 10px;
	margin-top:10px;
	width:763px;
}

div#footer {
	background:url(imagens/layout/foot.png) center center no-repeat;
	width:763px;
	height:68px;
	min-height:68px;
	vertical-align:middle;
}

div#conteudo {
	background:url(imagens/layout/bg.png) center center repeat-y;
	width:763px;
	table-layout:fixed;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

hr {
	background-color: #006699;
	height: 2px;
	width: 100%;
	color: #006699;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu_ativo:link, a.menu_ativo:visited, a.menu_ativo:active {
	background: url(imagens/layout/menu_bg.gif) repeat-x;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	height: 27px !important;
	width: 100%;
	text-decoration: none;
	display: block;
}

a.menu_ativo:link, a.menu_ativo:visited, a.menu_ativo:active, a.menu_ativo:hover {
	background-position: 0px -54px;
	text-align: center;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
	color: #993300;
	vertical-align: bottom;
}

a.menu:hover  {
	background-position: 0px -27px;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	color: #993300;
}

.logotipo_gaia {
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}
.legenda_foto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	line-height: 10px;
}
.justificado {
	text-align:justify;
	text-indent: 10pt;
}
.conteudo {
	background-color:#eee;
	padding:3px;
	border-left:#ddd 1px solid;
	border-right:#ccc 1px solid;
	border-top:#ddd 1px solid;
	border-bottom:#ccc 1px solid;
}