/*Headings in different colours*/
.h1 {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #9C3;
}
.h1orange {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #F93;
}
.h1aqua {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #9CC;
}
.h1d-green {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #363;
}
.h1yellow {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #D76008;
}

.txt {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.foot {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	color: #FFF
	
}
/*Promotional foot comments different colour*/
.promote-wasabi {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #9C3;
}
.promote-orange {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F93;
}
.promote-green {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363;
	font-weight: normal;
}
.promote-aqua {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9cc;
	font-weight: normal;
}


/*Links*/
a:visited {
	font-family: Geneva, Verdana, Tahoma;
	color: #0039D5;
}
.nav {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

/*Main navigation links*/
a.navlink:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
	} 
a.navlink:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;	
}
a.navlink:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	
}  
a.navlink_selected:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#99CC33;
	text-decoration:none;
} 
a.navlink_selected:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#99CC33;
	text-decoration:none;
}
a.navlink_selected:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
} 

/*White text in nav*/
a.navlinkwhite_selected:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
} 
a.navlinkwhite_selected:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.navlinkwhite_selected:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
} 

/*email link*/
a.navlinkemail_selected:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	color:#fff;
	text-decoration:underline;
} 
a.navlinkemail_selected:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
}
a.navlinkemail_selected:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	color:#000;
	text-decoration:none;
} 

/*Portfolio naviation links*/
a.navlinkport:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	} 
a.navlinkport:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
a.navlinkport:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#D76008;
	text-decoration:none;
}  
a.navlink_selectedport:link {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
} 
a.navlink_selectedport:visited {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#D76008;
	text-decoration:none;
}
a.navlink_selectedport:hover {
	font-family: Geneva, Verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
} 

