

BODY {
	background-color: #FFFFFF;
}


.element {
	background-color: transparent;
	width: 300px; 
	xborder: 1px solid #9B72CF; 
	position: absolute;
	font-size: 14px;
	font-family: arial, helvetica;	
}
		


.element H1 {
	color: #FFFFFF; 
	background-color: #9B72CF; 
	text-align: left;
	width: 50%; 
	padding: 4px 5px 0 10px; 
	margin: 0;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	background-image: url(diag.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}


.element .content {
	padding: 10px 5px 8px 5px;
	border: 1px solid #9B72CF; 
	border-top: 3px solid #9B72CF;
	background-color: white; 
}

.element .content UL {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
}

.element .content LI {
	margin-bottom: 3px;
}

.element .links {
	font-size: 11px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	margin-top: 5px;
}

