/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(http://br.geocities.com/heideraj/images_layout/fundo.jpg);
}
table.linkcontainer td{
	background-color: #F0F0F0;
	width: 20%;
}
a:link {
	color:#003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color:#0000CC
}
a:active {
	text-decoration: none;
}
a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 30px;
}
a.main_link:hover{
	background-color:#003366;
	color: #FFFFFF;
}
div.navigation {
	height: 30px;
	vertical-align: middle;
	text-align: center;
}