body {
  font-family: "Verdana";
  margin-top:0px;
  margin-left:0px;
  background-color:#917f51;
	font-size: 12px;
}

td {
	font-family: "Verdana";
	color:#FFFFFF;
	font-size:12px
	
}

th {
	font-family: "Verdana";
}
.bordo
{
	font-family: "Verdana";
	border: 1px solid #503a08;
}
a.link
{
	font-family: Verdana;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover
{
	font-family: Verdana;
	color:#ac9763;
	font-weight: bold;
	text-decoration: underline;
}
a
{
	font-family: Verdana;
	color:#503a07;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana;
	color:#000000;
	text-decoration: underline;
}

input, select, textarea
{
	font-family: "Verdana";
	font-size: 12px;
}

.fixedLarge 
{
	width: 400px;
}

input[type=submit],
input[type=reset]
{
	background-color: #503a07;
	color: #FFFFFF;
}

.bgError
{
	background-color: #FFCC00;
}
.bgErrorNone
{
	background-color: inherit;
}