.test {
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.mainlevel:link, a.mainlevel:visited {
	        display: block;
	        background: url(../images/mainlevel.gif);
	        vertical-align: middle;
	        font-size: 11px;
	        font-weight: bold;
	        color: #ffffff;
	        padding-top: 10px;
	        height: 25px;
	        width: 100%;
	        text-decoration: none;
	}
	
	a.mainlevel:hover {
	        text-decoration: none;
	        //color: #333333;
	        background: url(../images/mainlevel_over.gif);
	}

BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 35;
	margin-left: 15;
	margin-right: 15;
	margin-top: 5;
}
	.small   {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    }


H3  {
	font-weight: bold;
	font-size: 13pt;
	border-left-width: 5px;
	border-left-style: solid;
	border-color: #E0E0E0;
	padding-left: 5px;
	margin-top: 10;
