/*  Style sheet axcessPro */
/*  http://www.axcesspro.com/  */
/* Author : William L.B.J. Dekker */

BODY {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #003366;
	scrollbar-base-color:#003366;
	scrollbar-arrow-color:#FF6600;
   	}

A {
	text-decoration:none;
}

.link {
	color: #CCCC00;
	background-color: transparent;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	background-color: transparent;
	text-decoration: underline;
}

p {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	color: #E0E0E0;
	background-color: transparent;
	font-weight: bold;
	text-align: justify;
}

/* main header */

.b1 {
	font-size: 10pt;
	color: #FF6600;
	text-align: left;
}

/* sub header */

.b2 {
	font-size: 10pt;
	color: #FF6600;
	text-align: left;
}

/* get in touch footer */

.b3 {
	font-size: 7pt;
	color: #CCCCCC;
	text-align: center;
}

.b4 {
	color: #6699CC;
	text-align: left;
}

/* date on news pages */

.b5 {
	text-align: right;
	font-weight: normal;
	color: #336699;
}

/* image caption */

.b6 {
	text-align: center;
	font-weight: normal;
	color: #6699CC;
}

/* End of stylesheet */