body {
	background-image: url(media/circles.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	}
	
.border {
	border: 1px solid #264C73;
	}	
	
td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #264C73;
	}	
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #264C73;
	padding: 7px;
	vertical-align: top;
	}
	
.heading {
	font-size: 16px;
	font-weight: bold;
	}	
	
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #264C73;
	}
	
.vacancy {
	font-size: 14px;
	color: #997732;
	}	
	
.image {
	float: right;
	margin-left: 4px;
	margin-bottom: 5px;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	}
	
.pagelink {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	}
	
.maillink {
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #BBCDBC;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #333333;
	}
	
.maillink:hover {
	color: #BBCDBC;
	text-decoration: none;
	background-color: #003366;
	}	
