@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
    font: 12px/18px arial, sans-serif;
	color: #444;
}

a {
	color: #218bde;
}


#topNav {
	font:Arial, sans-serif;
	font-size:12px;
	color:#0066CC;
	font-weight:600;
	line-height:86px;
	margin-bottom:12px;
	margin-right:100px;
	}
	
	
#topNav a {
	color:#111111;
	text-decoration:none;
	}
	
#topNav a:hover {
	display:block;
	color:#0066CC;
	background-image:url(images/arrow.jpg);
	}
	
#right {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	}
	
#mainTable {
    position:relative;
	left:0px;
	width:100%;
	background-image:url(images/bottom-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#bottomPage {
	position:absolute;
	left:0px;
	width:100%;
	background-image:url(images/bottomPageBG.jpg);
	}
	
	

.heading {
		font:Arial, sans-serif;
		font-size:20px;
		font-weight: normal;
		margin: 0;
		padding: 0 0 15px;
		color: #888888;
		line-height:26px;
		text-align:left;
	}
	
.headingKRO {
		font:Arial, sans-serif;
		font-size:30px;
		font-weight: normal;
		margin: 0;
		margin-right:20px;
		color:#444444;
		line-height:26px;
		text-align:left;
	}
	
.headingBig {
		font:Arial, sans-serif;
		font-size:40px;
		font-weight: normal;
		margin: 0;
		margin-right:20px;
		color:#000000;
		line-height:40px;
		text-align:left;
	}
	
.columnHeading {
		font:Arial, sans-serif;
		font-size:18px;
		font-weight: normal;
		margin: 0;
		color:#0066CC;
		line-height:24px;
		text-align:center;
	}
	
.bodyText {
		font:Arial, sans-serif;
		font-size:12px;
		font-weight: normal;
		margin: 0;
		color:#111111;
		line-height:20px;
		text-align:left;
		margin-left:15px;
		margin-right:15px;
	}
	
.currentPage {
	background-image:url(images/arrow.jpg);
	}
	
.bottomPage {
	font:Arial, sans-serif;
	color:#444444;
	size:12px;
	text-align:center;
	}
	