BODY {
	background-color: #3366FF;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
BODY, TD {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color: Black;
}
body{
border: 0px solid #FFFFFF;
	scrollbar-face-color: "#3366FF";
	scrollbar-shadow-color: "#0033CC";
	scrollbar-darkshadow-color: "#003399";
	scrollbar-highlight-color: "#FFFFFF";
	scrollbar-3dlight-color: "#6699FF";
	scrollbar-track-color: "#DCDCDC";								
	scrollbar-arrow-color: "#FFFFFF";
}
A {
	COLOR: #3366FF;
	font-weight : normal;
}
A:Hover {text-decoration: underline; color: #FF9933}

.subnav {
	font-family: Helvetica,Arial,Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #FFFFFFF;
	text-decoration: none;
	font-weight : bold;
} 

.title {
	font-size: 14px;
}
.kopje {
	font-size: 14px;
}

.legal {
	font-size: 10px;
	text-decoration: none;
}

#welcomePanel h3 {
  color: #000;
}
#welcomePanel form input[type="submit"] {
  background: url("../img/dl_but.png") no-repeat scroll 100% center #010080;
  margin-bottom: 10px;
  padding: 0.5em;
  text-align: left;
  width: 480px;
  cursor: pointer;
  box-shadow: 2px 2px 2px #ccc;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  font-size: 14px
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border:none;
}
#welcomePanel form input[type="submit"] {
  background: url("../img/dl_but.png") no-repeat scroll 100% center #3366FF;
  border: medium none;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 2px 2px 2px #CCCCCC;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding: 0.5em;
  text-align: left;
  text-shadow: 1px 1px 1px #000000;
  width: 480px;
}
#welcomePanel input[type="submit"]:hover {
  background-color: #668CFF;
}

