@CHARSET "ISO-8859-1";

a:link 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: black;
		}
		
a:visited 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: black;
		}
		
a:hover 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: #af0000;
		}
		
a:active 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: black;
		}
		
		
		
		
a.cinz:link 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: #656565;
		}
		
		
a.cinz:visited 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: #656565;
		}
		
a.cinz:hover 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: #af0000;
		}
		
a.cinz:active 	{
		font-family: arial;
		text-decoration: none;
		font-weight: normal;
		color: #656565;
		}		
		
		
		
		
		
.rodape	{
		font-family: arial;
		font-size: 10px;
		color: black;
		}