#backdrop {
	position:relative;
	width:800px;
	height:600px;
}

#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;
}

#title {
	position:absolute;
	top:110px;
	left:54px;
	font-family:arial,verdana,helvetica;
	font-size:18px;
	font-weight:bold;
	color:#000000;  
}

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

.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:#000000;
	text-decoration:none;
}

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

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

.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;
}

