﻿/* CSS layout */
#masthead {
	background-color: #003366;
	background-image:url('../imagens/site_layout/background_header.png');
	background-repeat:repeat-x;
	height: 2cm;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
}
#top_nav {
	background-color: white;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	text-align: right;
}
#page_content {
	background-color:white;
	height: auto;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
}
#iframe_home {
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
}
#footer {
	background-image: url('../imagens/site_layout/background_footer_line_green.png');
	background-repeat: repeat-x;
	height: 0.8cm;
	padding: 0;
	width: 25.4cm;
	margin: 0 auto;
	position: relative;
	background-color: #003366;
}
a:link {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
	color:  #0053AB;
	text-decoration:  none;
}
a:visited {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
	color:  #0053AB;
	text-decoration:  none;
}
a:active {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
	color:  #0053AB;
	text-decoration:  none;
}
a:hover {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
	color: black;
	text-decoration:  underline;
}
/* importado */
h1 {
	font-family: Georgia;
	color: #990000;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
}
.page_content_verdana_10pt {
	font: 10pt Verdana;
	line-height: 11pt;
	text-align: left;
	color : #454545;
}
.style_georgia_12pt_vermelho {
	font-family: Georgia;
	color: #990000;
	font-size: 14pt;
	font-style: italic;
}
.style_borda_superior_verde {
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #009999;
}
.style_borda_inferior_cinza {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.style_align_left {
	text-align: left;
}
.style_align_center {
	text-align: center;
}
.style_footer {
	font-family: Georgia;
	font-size: 9pt;
	color: #819FC1;
	font-style: italic;
}
.style_align_figures {
	border-width: 0px;
}

