form  {
	margin-bottom: 0px;
	margin-top: 0px;
}

#backdrop {
	position:relative;
	border:1px solid #666666;
	width:800px;
	height:600px;
}

#menu {
	position:absolute;
	left:20px;
	top:60px;
	width:100px;
	height:400px;
	font-family:arial,verdana;
	font-size:12px;
	color:#ff9933;
	text-align:left;
	font-weight:bold;
}

#content {
	position:absolute;
	left:330px;
	top:0px;
	width:470px;
	height:600px;
	font-family:arial,helvetica;
	font-size:12px;
	color:#eeeeee;
	text-align:left;
	overflow:auto;
}

.i {
	padding:10px;
}

.bodytext {     
	font-family:verdana,arial,helvetica;
	font-size:11px;
	color:#eeeeee;  
}

.smalltext {     
	font-family:verdana,arial,helvetica;
	font-size:9px;
	color:#eeeeee;  
}

.heading {
	font-family:arial,verdana;
	font-size:18px;
	color:#ff9933;
}

.smallheading {     
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:bold;
	color:#ff9933;  
}

.element {
	border:1px solid black;
	background-color:#cfbea7;
	font-family:arial,verdana,helvetica;
	font-size:11px;  
}

.button {
	border:1px solid #999999;
	background-color:#996600;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#ffffff;
}

a:link {
	color:#cccccc;
	text-decoration:none;
}

a:visited {
	color:#cccccc;
	text-decoration:none;
}

a:hover {
	color:#ff9933;
	text-decoration:underline;	
}

.colhead {
	background-color:#AC6700;
	font-family:verdana,arial;
	font-size:10px;
	color:#ffeedd;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
}

.colheadend {
	background-color:#AC6700;
	font-family:verdana,arial;	
	font-size:10px;
	color:#ffeedd;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

.col {
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	font-family:verdana,arial;
	font-size:10px;
	color:#eeeeee;
}

.colend {
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	font-family:verdana,arial;
	font-size:10px;
	color:#eeeeee;
}
