.bg {
	background-image:   url(jpg/bg/bgmain.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.fontSmall {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #666666;

}
.fontMedium {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
	
.fontLargeBlack {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000000;
	font-weight: bold;

}

.fontLarge {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
}

.fontLargeBlauw {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #6699CC;
}


.bg2 {
	background-image: url(jpg/bg/bgmain2.jpg);
	background-repeat: repeat-y;
}

.bg3 {
	background-image: url(jpg/bg/bgmain3.jpg);
	background-repeat: repeat-y;
}

.bgris {
	background-image: url(jpg/bg/bgris.jpg);
	background-repeat: repeat-y;
}

.input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #F5F5F5;
}
a       {color: #990000; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: none;}