/* MAIN NAVIGATION LINKS */
a.mainnav:link {
	font-size: 14px; 
	Color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	background-image: url(images/navreg.jpg);
	background-repeat: repeat-y;
	width: 130px;
	display: block;
	padding-left: 10px;}

a.mainnav:visited {
	font-size: 14px; 
	Color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-image: url(images/navreg.jpg);
	background-repeat: repeat-y;
	width: 130px;
	display: block;
	padding-left: 10px;}

a.mainnav:hover {
	font-size: 14px; 
	Color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-image: url(images/navover.jpg);
	background-repeat: repeat-y;
	width: 133px;
	display: block;
	padding-left: 10px;}

a.mainnav:active {
	font-size: 14px; 
	Color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-image: url(images/navover.jpg);
	background-repeat: repeat-y;
	width: 133px;
	display: block;
	padding-left: 10px;}
 
#mainnavitemover {
	font-size: 14px; 
	Color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	background-image: url(images/navover.jpg);
	background-repeat: repeat-y;
	width: 133px;
	display: block;
	padding-left: 10px;
	margin-bottom: 2px;}

/* HEADER NAVIGATION LINKS */
a.headernav:link {color: #666666; text-decoration: none;}
a.headernav:visited {color: #666666; text-decoration: none;}
a.headernav:hover {color: #333333; text-decoration: underline; }
a.headernav:active {color: #666666; text-decoration: none;}

/* FOOTER NAVIGATION LINKS */
a.footernav:link {color: #333333; text-decoration: none; font-size:9px;}
a.footernav:visited {color: #333333; text-decoration: none; font-size:9px;}
a.footernav:hover {color: #666666; text-decoration: underline; font-size:9px;}
a.footernav:active {color: #333333; text-decoration: none; font-size:9px;}


/* TEXT LINKS (in body) */
a:link {color: #0000FF}    
a:visited {color: #333333}  
a:hover {color: #333333}  
a:active {color: #333333}  
