{ //Estilo para chapter }

a.text-link {
	color: #000000;
	text-decoration: underline
}

a.text-link:link {
}

a.text-link:visited {
	color: #666666;
}

a.text-link:active  {
	color: #009900; 
}

a.text-link:hover {
	color: #009900;
}

{ //Estilos para Texto }

TABLE.text {
	width: 80%;
	margin: 10;
}

TR.header {
	text-align: center;
	font-weight: bold;
}

TD.separator {
	border: solid; 
	border-color: black; 
	border-width: 1; 
	line-height:0; 
	padding: 0
}

P.errorMessage {
	text-align: center;
	margin-left: 0;
	font-weight: bold;
	font-size: 14;
}

ADDRESS {
	padding-left: 40%;
	font-style: normal;
}

IMG {
	border-style: none;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

TD {
	vertical-align: top;
	line-height: 1.5;
}

P {
	text-align: justify;
	margin: 0;
	margin-left: 25;
	margin-top: 4;
	line-height: 1.3;
}

H2 {
	margin: 0;
	margin-top: 10;
	margin-bottom: 5;
	line-height: 1.3;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H3 {
	margin: 0;
	margin-top: 15;
	margin-bottom: 10;
	line-height: 1.3;
}

H4 {
	margin: 0;
	margin-left: 10;
	margin-top: 10;
	margin-bottom: 5;
	line-height: 1.3;
	font-size: 14;
}

H5 {
	margin: 0;
	margin-left: 20;
	margin-top: 10;
	margin-bottom: 5;
	line-height: 1.3;
	font-size: 12;
}

H6 {
	margin: 0;
	margin-left: 25;
	margin-top: 5;
	margin-bottom: 5;
	line-height: 1.3;
	font-size: 12;
}

{ //Estilos para Tabelas }

.table_header {
	vertical-align: top;
	font-size: 14;
	font-weight: bold;
}

.table_row {
	vertical-align: top;
	font-size: 14;
	font-weight: normal;
}