a {
	color: #0000FF; text-decoration: underline;
}

a:visited {
	color: #0000FF;
}
a:hover {
	color: #E4641C; text-decoration: underline
}
a.weblink {
	color: #0000FF; text-decoration: underline
}
a.weblink:visited {
	color: #0000FF
}
a.weblink:hover {
	color: #E4641C
}
a.popuplink {
	color: #FF0000; text-decoration: none
}
a.popuplink:visited {
	color: #FF0000
}
a.popuplink:hover {
	color: #FF0000; text-decoration: underline
}
a.filelink {
	color: #04BC14; text-decoration: none
}
a.filelink:visited {
	color: #04BC14
}
a.filelink:hover {
	color: #04BC14; text-decoration: underline
}
.header_bg {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
}
.header_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.link_nav_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link_nav_header:hover {
	color: #EEEEEE;
}
.linha_sep {
	background-color: #CCCCCC;
}
.page_bg {
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
}
.nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.nav_header a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.nav_header a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav_header a:hover {
	color: #F4BC5C;
}
