table,body{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  color: #000000;
}

table.twhite{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color: #FFFFFF;
}

input.text{
  font-family: verdana;
  font-style: inherit;
  font-size: 10px;
  height: 15px;
}

input.textcat{
  font-family: verdana;
  font-style: inherit;
  font-size: 10px;
  height: 18px;
}

select{
  font-family: verdana;
  font-style: inherit;
  font-size: 10px;
  height: 18px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

a.black{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a.black2{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

a:hover.black2 {
	color: Maroon;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a:hover.black {
	color: Maroon;
	text-decoration: none;
	text-transform: none;
/*	font-weight: bold;*/
}

a.listado{
	text-decoration: none;
}

a:hover.listado {
	text-transform: none;
}