html, body {
	background-color: #B3B4B9;
	width:100%;
    height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content {
   width:754px;
   height:440px;
   margin-left:auto;
    margin-right:auto;
   border:1px solid #757D7F;
   background:#FFFFFF;
   text-align:left;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.Stil1 {
	color: #5CD85D;
	font-weight: bold;
}
.Stil5 {
	color: #FF0000;
	font-weight: bold;
}
a:link {
	color: #5CD85D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5CD85D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #B1B1B1;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #5CD85D;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}

.text a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

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

.copyright  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFB746;
}
	
.copyright a {
     	color: #FFB746;
		text-decoration: none;
}

.copyright a:hover {
		color: #666666;
		text-decoration: underline;


