/*
 * Estilo padrão para as páginas
 *
 * Copyright (C) César Grossmann - 2001
 *
 **/

body {
  background:		white;
  color:		black;
}

p.firstline:first-letter {
  font-size:		200%;
  /*font-style:		italic;*/
  font-weight:		bold;
  float:		left;
}

code {
	font-size:	80%;
}

p code {
	font-size:	12pt;
}

abbr, acronym, .help {
	border-bottom:		1px dotted #333;
	cursor:			help;
}

a.icone {
	position:		absolute;
	left:			5px;
	top:			5px;
}

table.menu a, table.menu a:visited {
	width:			110px;
	height:			20px;
	left:			5px;
	position:		absolute;
	border:			1px solid silver;
	background-color:	white;
	color:			navy;

	font-family:		sans-serif;
	font-weight:		bold;
	text-align:		center;
	vertical-align:		middle;
	text-decoration:	none;
}

table.menu a:hover {
	background:		silver;
	border:			1px solid black;
}

table.menu tr, table.menu td { 
	height:			20px;
}

table.menu {
	position:		absolute;
	top:			140px;
}

div.indice {
  position:			absolute;
  top:				0px;
  left:				5px;
  background-color:		cadetblue;
  width: 			120px; 
  height:			600px;
  font-family: 			sans-serif;
  border-color:			aquamarine;
  border-width:			1px;
}

div.conteudo {
	position:		absolute;
	top:			20px;
	left:			160px;
	background-color:	white;
	width:			500px; 
	font-family:		verdana, sans-serif;
	font-size:		12pt;
}

table.banner {
	position:		absolute;
	top:			350px;
	left:			5px;
	width:			110px;
}

#myContent {
	border-top-width:	2px;
	border-color:		lightblue;
	font-family:		verdana, sans-serif;
	position:		relative;
	width:			100%;
}

#myLabel {
	background-color:	lightblue;
	font-size:		large;
	font-weight:		bold;
	font-family:		verdana, sans-serif;
	color:			black;
	text-decoration:	none;
}

#myLabel2 {
	background-color:	lightblue;
	font-weight:		bold;
	font-family:		verdana, sans-serif;
	color:			black;
	text-decoration:	none;
}

#menu_linha {
	background-color:	white;
	text-align:		center;
	font-family:		verdana, sans-serif;
	font-weight:		bold; 
}

#menu_tabela {
	text-align:		center;
	background-color:	white;
	font-family:		verdana, sans-serif;
}
