a:link {
	color: #0168B2;
	text-decoration: none
}
a:visited {
	color: #7B818D;
	text-decoration: none
}
a:active {
	color: #800000;
	text-decoration: none
}
a:hover {
	color: #0066CC;
	text-decoration: none
}
body	{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 0;
	background-color:#646D79
}
p      { /* texto */
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px
}
h1     { /* titulo */
	font-family: Arial, sans-serif;
	font-size: 14pt;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px
}
h2     { /* copete */
	font-family: Verdana, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px	
}
h3     {  /* subtitulo */
	font-family: Verdana, sans-serif;
	font-size: 8.5pt;
	color: #444444;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px
}
h4     {  /* caption */
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	color: #444444;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px
}
h5     {  /* caption */
	font-family: Verdana, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px
}
h6     {
	/* lista */
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #444444;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
table      { /* texto */
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px
}
li      { /* texto */
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px
}