body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

#body-text a:link , #body-text a:visited {
	color:#C20001;     /* Changes the hyperlink colour */
	text-decoration:none;
	font-size:10pt;
}


#body-text a:hover {
	color:#0B51B7;
	text-decoration:underline;
	font-size:10pt;
}




.title-text {
	font-size: 14pt;
	font-weight: bold;
	color:#C20001; /* Changes the main title color on each page */
}

.disclaimer {
	font-size:10px;
	color:#FFFFFF;
	height:60px;
}	

.disclaimer a:link , .disclaimer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}	 

.highlight {
	font-size: 11pt;
	font-weight: bold;
}

.nav {
	margin: 0px;
	padding: 0px;
}	


.nav-on {
	margin: 0px;
	padding: 0px;
}	

.navigation {
	border:1px solid #C20001;/* Changes the main border color of the nav table */
	background-color:#C20001;
	
	} 

.nav a:link , .nav a:visited{
	color: #0B51B7; /* Changes the text colour of the table buttons */
	background-color:#E5D2D8; /* Changes the background colour of the table buttons */
	display: block;
	font-size:13px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	text-align:left;

}

.nav-on a:link , .nav-on a:visited{
	color: #FFFFFF; /* Changes the text colour of the table buttons */
	background-color:#C20001; /* Changes the background colour of the table buttons */
	display: block;
	font-size:13px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	text-align:left;

}

.nav a:hover {
	color:#FFFFFF;
	background-color: #C20001;
	border-top: 1px solid #cccccc;
	text-decoration: none;
}


