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

#title {
	position:absolute;
	padding:5px;
	top:110px;
	left:30px;
	width:400;
	height:30;
	font-family:arial,verdana,helvetica;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#A72222;
}

#content {
	position:absolute;
	padding:20px;
	text-align:justify;
	font-family:arial,verdana;
	font-size:11px;
	color:#000000;
	left:100px;
	top:140px;
	width:600px;
	height:400px;
	overflow:auto;
}

#menu {
	position:absolute;
	left:298px;
	top:85px;
	width:500px;
	height:12px;
	font-family:arial,verdana;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

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

.boldtext {     
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#000000;
	font-weight:bold; 
}

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

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

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

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

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

a:hover {
	color:#FF7700;
	text-decoration:none;	
}

.colhead {
	background-color:#90BB88;
	font-family:arial,verdana;
	font-size:11px;
	color:#000000;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
}

.colheadend {
	background-color:#90BB88;
	font-family:arial,verdana;	
	font-size:11px;
	color:#000000;
	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:arial,verdana;
	font-size:11px;
	color:#000000;
}

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