﻿.navtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.whitetextcentre {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.bodybold {
	font-weight: bold;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #009;
}
.LINK_Buttton a {
	color:yellow;
	text-decoration:none;
}
.LINK_Buttton a:hover {
	color:maroon;
	text-decoration:none;
}
.nav {
	
	height:44px;width:140px;
	background-image:url('SITE-Images/navOff.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:44px;
	padding-top:5px;
	cursor:pointer;
	color:#000;
}
.nav:hover {
	
	height:44px;
	background-image:url('SITE-Images/navHov.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:44px;
	padding-top:5px;
	cursor:pointer;
	color:navy;
}
.nav a {
	text-decoration:none;
	color:#000;
}
.nav a:hover {
	text-decoration:none;
	color:blue;
}
.navON {
	
	height:44px;
	background-image:url('SITE-Images/navOn.jpg');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:44px;
	padding-top:5px;
}
.navON a {
	text-decoration:none;
	color:#000;
	cursor:default;
}
.navON a:hover {
	text-decoration:none;
	color:#000;
	cursor:default;
}
