body {
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #6080ff;
	cursor: crosshair;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color: #6040ff;
}

a:hover {
	text-decoration: none;
	color: #60a0ff;
	cursor: crosshair;
}

a:active {
	text-decoration: none;
	color: #60c0ff;
}

img {
	border: 0px;
}

img:hover {
	border: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}

ol {
	list-style-type: decimal;
}
	
ul {
	list-style-type: square;
}

.fundo_azul  {
	background-color: #000080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

.fundo_branco  {
	background-color: #f3f6f9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 18px;
	text-align: justify;
	vertical-align: top;
}

.fundo_negro {
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

.fundo_tabela  {
	background-color: #f3f6f9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.fundo_violeta {
	background-color: #6020ff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
	vertical-align: middle;
}

#cabecalho {
	width: 97%;
	padding-top: 0px;
	text-align: center;
	border: 0px;
}

.menu {
	padding: 0px;
	text-align: center;
	border: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.vinheta {
	width: 30px;
	height: 30px;
}

.ficheiro {
	width: 50px;
	border: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ficheiro_legenda {
	width: 50px;
	height: 50px;
	border: 0px;
}

.curr_nome {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #6020ff;
	text-align: center;
}

.curr_titulo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #6020ff;
	text-align: left;
}