body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-color: #666633;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

a {
	font-size: 12px;
	color: #F90;
	font-weight: bold;
}
a:visited {
	color: #CC6;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #FFCC66;
}
.style2 {font-size: 14}
.style1 {	font-size: 14px;
	font-weight: bold;
}
#frm {
	position: absolute;
	height: 225px;
	width: 77%;
	left: 10%;
	top: 10px;
	font-size: 2em;
	font-weight: bold;
	font-family: verdana, arial;
	background: #111;
	overflow: hidden;
	padding: 0.5em;
	background-color: #CAB99B;
	}
	#frm span {
		position: relative;
		text-align: center;
		z-index: 1;
	}
	#mtxform {
		position: relative;
		z-index: 10;
	}
	.hidden {
		visibility: hidden;
	}
h1 {
	font-size: 18px;
	color: #CC6600;
}

h2 {
	font-size: 16px;
	color: #EDA634;
	font-style: italic;
}
.green {
	font-size: 14;
	color: #F90;
}
.bordercolor {
	border: 3px solid #EDA634;
}

