FONT,body,td,table {font-family : Arial;font-size : 11px;}
b {
	font-family : Arial;
font-weight : bold;

}
a,a:hover,.link{font-family: arial;font-size: 8pt;font-color: ffcc00;}
input, option
	{
		border-color:#ffcc00;
	border-width:1;
	font-family:tahoma,verdana, Helvetica;
	font-size:11;
	background-color:#ffcc00;
	color:#ffcc00;
	}
	select
	{
		border-color:#ffcc00;
	border-width:1;
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#ffcc00;
	background-color:#ffcc00;
	}
	textarea
	{
		border-color:#ffcc00;
	border-width:1;
	overflow:hidden;
	font-family:tahoma,Arial, Helvetica;
	font-size:12;
	color:#ffcc00;
	background-color:#ffcc00;
	}
input.submit {
   background-color: #ffcc00;
  font-weight: bold;
  }
  A{
	color : #gggggg;
text-decoration : none;
}

  A:visited {
	color : #000000; //links inativo
}
  A:hover {
	color : #6666ff; //llnk visitado
}

