body {
	margin: 0px;
}

#cont {
	width: 100%;
	height: 100%;

}

td {
	font-family: Tahoma, verdana, arial;
	font-size: 10px;
	color: #F0F0F0;
}

.stateon { 
	FILTER: alpha(Opacity=85); 
	-moz-opacity:.85; 
	opacity:.85; 
}

.stateoff { 
	FILTER: alpha(Opacity=30); 
	-moz-opacity:.30; 
	opacity:.30; 
}

.stateclicked { 
	FILTER: alpha(Opacity=85); 
	-moz-opacity:.85; 
	opacity:.85; 
}

.bg {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	height: 390px;
	width: 760px;
}

.border {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #202020;
}

.light {
	color: #F0F0F0;
	text-decoration: none;
}

.ImgBorder {
	border: 1px solid #505050;
	width: 50px;
}

.ImgBorderX {
	border: 1px solid #505050;
	width: 50px;
	height: 380px;
}

.FivePadd {
	padding: 5px;
}

.goHigh {
	height: 100%;
}

.header {
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	height: 10px;
}

.textOnly {
	height: 390px;
}

.history {
	line-height: 17px;
	padding: 5px;
	border: 1px solid #505050;
	text-align: justify;
}
