/* CSS Document */

.TEXTAREA3 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #de531a;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #3d271e;
	width:200px;
	height:20px;
	border: 1px solid #853b1c;
	}
	
.TEXTAREA4 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: #de531a;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #3d271e;
	width:200px;
	height:90px;
	border: 1px solid #853b1c;
	}

/* End  of Form Classes*/


.CellOver {
	padding-left:18px;
	font-family: "Trebuchet MS";
	font-size:11px;
	background-color:#171516;
	color: #FFFFFF;
	height: 25px;
	cursor:hand;
	
	}
	

.CellNormal {
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #d6d6d6;
	height: 25px;
	cursor: hand;
	
	}
	
.CellNormal-0 {
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #d6d6d6;
	background-color: #424242;
	height: 25px;
	cursor: default;
	
	}

.CellOver-0 {
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #000000;
	background-color: #F67E0E;
	height: 25px;
	cursor: default;
	
	}


