textarea     
{ 
	overflow: auto 
}
.fixedfont
{
	font-family: Courier, monospace;
	font-size:14px;
	color: #C0C0C0;
}
.TextBoxColors
{
	background-color: #2f373d;
	color: #C0C0C0;	
}
body
{
	background-color: #2f373d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, monospace;
	font-size: 14px;
	color: #C0C0C0;
}
.GreyHeader {
	font-size: 12px;
	font-weight: bold;
}
.OrangeHeader {
	color: #F8AD35;
	font-size: 12px;
	font-weight: bold;
}

.lineheight
{
	line-height: 24px;
}
.controlButton
{
	border-style:solid;
	background-color:#C0C0C0;
	border-width:1px;
	font-family:Verdana, Arial;
	font-size:14px;
	font-weight: bold;
	color: #2F373D;
	border-color: #F8AD35;
	cursor:hand;
	background: url(images/buttonback.gif) center;
}
