/********************************************
 Folha de estilo comum a todas as páginas da
 Hard & Cia. Bem, quase.
********************************************/

/* Padrão para BODY */

BODY {
	background-color: #FFFFFF;
	}

/* Anchors */

A:link {
	text-decoration: none;
	color: #004433;
	font-size: 8pt;
	font-family: Arial;
	}

A:active {
	text-decoration: none;
	color: #555555;
	font-size: 8pt;
	font-family: Arial;
	}

A:visited {
	text-decoration: none;
	color: #004433;
	font-size: 8pt;
	font-family: Arial;
	}

A:hover {
	text-decoration: underline;
	color: #CC9900;
	font-size: 8pt;
	font-family: Arial;
	}

/* Títulos e textos */

.principal {
	font-family: Arial;
	font-style: italic;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	}

.smallText {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	}

.SmallTitle2 {
	font-family: Arial;
	font-size: 8pt;
	color: #004433;
	font-weight: bold;
	}

.SmallTitle {
	font-family: Arial;
	font-size: 9pt;
	color: #004433;
	}

.BigTitle {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #004433;
	}

P.Title {
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #004433;
	text-indent: 12px;
	}

P.Text {
	text-align: justify;
	text-indent: 15px;
	font-family: Arial, Verdana;
	font-size: 9pt;
	}

P.Text2 {
	text-align: left;
	text-indent: 15px;
	font-family: Arial, Verdana;
	font-size: 9pt;
	}

SPAN.Text {
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	}

P.Comments {
	text-align: justify;
	text-indent: 15px;
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #004433;
	}
	
.TableComments {
	text-align: justify;
	font-family: Arial, Verdana;
	font-size: 9pt;
	}
	
/* ©Copyright® */

.disclaimer {
	text-align: justify;
	text-indent: 15px;
	font-style: italic;
	font-family: Arial;
	font-size: 7pt;
	}
	
.Autor {
	text-align: right;
	font-style: italic;
	font-family: Arial;
	font-size: 9pt;
	color: #004433;
	}
	
/* Menu e Título da Página */

TD.Menu {
	background-color: #004433;
	width: 18%;
      height: 365;
	text-align: left;
	}

TD.Area {
      background-color: #004433;
      text-align: center;
      }

.MenuText {
      font-family: Arial;
	font-size: 9pt;
      color: #FFFFFF;
      }
	
.Area {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
      }
	
A.MenuParent:link, A.MenuParent:visited, A.MenuParent:active {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	}

A.MenuParent:hover {
	color: #CC9900;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	}

A.MenuChild:link, A.MenuChild:visited, A.MenuChild:active {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial;
	}

A.MenuChild:hover {
	color: #CC9900;
	font-size: 9pt;
	font-family: Arial;
	text-decoration: underline;
	}

/* Divisões de texto */

.Topic {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #004433
	}

.SubTopic {
	font-family: Arial;
	font-size: 9pt;
	color: #004433;
	}
