/* Text StyleSheets */
/* Stand: 24.09.2006 */
/* Stand: 16.08.2006 */   


   a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

   a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

   a:active {
	text-decoration:underline;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

   a:hover {
	text-decoration:underline;
	font-weight:bold;
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
        margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
	scrollbar-track-color: #ECECFF;
	scrollbar-face-color: #DEE6FE; 
	scrollbar-arrow-color: #000000;	
	scrollbar-highlight-color: #DEE6FE;
	}
