@charset "UTF-8";
#pagina {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/bgd_shadow.gif);
	background-repeat: repeat-y;
}
#space {
	height: 31px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: auto;
}
#header {
	height: 164px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header2 {
	height: 164px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.txt_headermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #eeeeee;
	font-weight: bold;
}
.txt_headermenu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1c3c8e;
	font-weight: bold;
}
.txt_graysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #eeeeee;
	font-weight: normal;
}

.txt_graysmall_11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	font-weight: normal;
}
#main {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	clear: both;
	display:table;
}
#menu_left {
	position: relative;
	width: 210px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#main_content {
	position: relative;
	width: 658px;
	float:right;
	padding-right: 31px;
	padding-left: 31px;
	height: 100%;
}
.txt_home_blue {
	-khtml-user-select: none;
	font-size: 9pt;
	font-weight: bold;
	color: #1A2979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt_home_blue  a:link {
	color: #1A2979;
	text-decoration: none;
}
.txt_home_blue  a:hover {
	color: #505050;
	text-decoration: none;
}
.txt_home_blue  a:visited {
	color: #1A2979;
	text-decoration: none;
}
.txt_home_blue  a:active {
	color: #005DAB;
}
.txt_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #505050;
	font-weight: normal;
}
.txt_main1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: normal;
}
.txt_main  a:link {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
.txt_main  a:hover {
	color: #000000;
	text-decoration: underline;
}
.txt_main  a:visited {
	color: #505050;
	text-decoration: none;
}
.txt_main  a:active {
	color: #005DAB;
}
#footer {
	height: 142px;
	width: 960px;
	background-color: #c4c4c4;
	background-image: url(imgs/bgd_footer.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}
.txt_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: normal;
}
.txt_footer  a:link {
	color: #505050;
	text-decoration: none;
}
.txt_footer  a:hover {
	color: #1C3C8E;
	text-decoration: none;
}
.txt_footer  a:visited {
	color: #505050;
	text-decoration: none;
}
.txt_footer  a:active {
	color: #005DAB;
}
#credits {
	position: relative;
	width: 960px;
	background-color: #E2E2E2;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#shadow {
	position: relative;
	width: 980px;
	background-color: #E2E2E2;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/bgd_down.gif);
	background-repeat: no-repeat;
	height: 10px;
}
#shadowup {
	position: relative;
	width: 980px;
	background-color: #E2E2E2;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/bgd_up.gif);
	background-repeat: no-repeat;
	height: 10px;
}
a.linque {
	display:block; /* Este foi o nico acrscimo em relao a pgina anterior */
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	text-decoration:none;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
}
a.linque:hover {
	color:#1c3c8e; 
	background-color:#eeeeee;
	font-weight: bold;
}
