/* CSS Document */

.table{
background-color: #FCF7E7
}

 .textbox {
	BORDER-RIGHT: #4A9595 1px solid; BORDER-TOP: #4A9595 1px solid; font: 11px tahoma, helvetica, sans-serif; BORDER-LEFT: #4A9595 1px solid; COLOR: #333333; BORDER-BOTTOM: #4A9595 1px solid; BACKGROUND-COLOR: #FFFFFF
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}
.botonform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	background-color: #67724F;
	font-size: 10px;
}

A:link {
	color:  ##FF0000;
	text-decoration: none;
}
A:visited {
    color:  #CC0000;
	text-decoration: none;
}
A:hover {
	text-decoration: none;
	color:  #CC0000;
}
A:active {
	text-decoration: none;
	color: #CC0000;
}

