@charset "utf-8";
/* CSS Document */

.Estilo1 
	{
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: large;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		background-color: #FFFFFF;
	}
a:hover
	{
		color:#FF0000; 
		font-weight:bold; 
		font-size:102%; 
	}
a:visited 
	{
		color: #FF00FF;
	}
a:link 
	{
		color: #0000FF;
	}
a:active 
	{	
		color: #009900;
	}
body 
	{
		background-color: #FFFFFF;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
.Estilo3 
	{
		color: #ECE9D8; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: x-small; 
		text-align: center; 
		vertical-align: middle; 
		font-weight: bold; 
	}
.Estilo3-a 
    {
		font-size: small
	}
.Estilo4 
	{
		font-size: large;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		color: #FFFFFF;
		background-color: #0000FF;
		background-position: center center;
	}
.style3 
	{
		font-size: 14px;
		font-family: "Courier New", Courier, monospace;
		color: #FF0000;
	}
.style6 
	{
		font-size: 9px;
		color: #0000FF;
	}
.style7 
	{
		color: #000000;
		font-size: 6px;
		font-family: "Courier New", Courier, monospace;
	}
.style8 
	{
		font-size: 10px;
		font-weight: bold;
		color: #0000FF;
	}