 
 /* GENERIC ------------------------------------------------------------------------------------------------------------*/

  
 * {
 	margin: 0;
	padding: 0;
	}
 
 body {
 	background-color: #fff;
	margin: 0;
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #39669C;
	}
	
h1, h3 {
	font-size: 90%;
	color: #7EAC1A;
	margin: 0 0 10px 0;
	}
		
h2, h4 {
	font-size: 80%;
	margin-bottom: 10px;
	color: #4C3252;
	}
	
h4 {
	color: #618ec5;
	}
	
#navHolder ul {
	list-style-type: none;
	font-size: 70%;
	margin: 10px 0 15px 0;
	}
	#navHolder ul li {
		display: inline;
		margin: 0 5px 0 0;
		}
		
#newsletterBox {
	display: none;
	}
	
p {
	font-size: 70%;
	margin: 0 0 15px 0;
	padding-right: 15px;
	line-height: 16px;
	}
	
a, a:visited {
	color: #39669c;
	}
	
a img {
	border: none;
	}
	
#masthead {
	display: none;
	}

.newsBox {
	border-bottom: 1px solid #D5E6FA;
	margin-bottom: 5px;
	}
	
#footer ul {
	list-style-type: none;
	font-size: 70%;
	}
	#footer ul li {
		display: inline;
		margin-right: 5px;
		}
		
#resources ul, #accessibility ul {
	list-style-type: none;
	font-size: 70%;
	margin-bottom: 15px;
	}
	#resources ul li, #accessibility ul li {
		margin-bottom: 5px;
		}
		
/* Pricelist page */

table {
	text-align: left;
	margin: 0 0 15px 0;
	font-size: 70%;
	border: 1px solid #D5E6FA;
	border-bottom: none;
	}
	* html table {
		display: inline;
		}
	
caption { 
	display: none;
	}
		
td, th {
	border-bottom: 1px solid #D5E6FA;
	padding: 5px 0 5px 5px;
	}	
	
tr.greyRow {
	background-color: #f8f8f8;
	}
	


/* Misc */

.skiplink {
	display: none;
	}
	
.clr {
	font-size: 0;
	clear: both;
	}
	
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
	

	



	
