
/*--- nav1: navigation in left column on templates ---*/

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
	.nav1 a:link {color: #000000; text-decoration: none;}
	.nav1 a:visited {color: #000000; text-decoration: none;}
  	.nav1 a:hover {color: #006666; text-decoration: none;}
  	.nav1 a:active {color: red; text-decoration: none;}

/*--- nav2: links in left column on templates, click here and Enter site text ---*/

.nav2 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;}
  	.nav2 a:link {color: #000000; text-decoration: none;}
  	.nav2 a:visited {color: #000000; text-decoration: none;}
  	.nav2 a:hover {color: #006666; text-decoration: underline overline; background: #f2e9d9;}
  	.nav2 a:active {color: red; text-decoration: none;}

/*---info boxes in homepage template---*/

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
	.leftnav a:link {color: #000000; text-decoration: none;}
	.leftnav a:visited {color: #000000; text-decoration: none;}
	.leftnav a:hover {color: #000000; text-decoration: none;}
	.leftnav a:active {color: #000000; text-decoration: none;}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	.footer a:link {color: #000000; text-decoration: none;}
	.footer a:visited {color: #666666; text-decoration: none;}
	.footer a:hover {color: #006666; text-decoration: underline;}
	.footer a:active {color: red; text-decoration: none;}


 /*---
   l1 - products page layout table text links - basic black text links, no size, no underline, no changes
   l2 - plain text links in body - black underlined, dark gray visited & teal hover - all underlined 
   l3 - "Click Here" on product pages - black text link, green under & overline w/ highlighted bkgrd
   l5 - plain black, underlined links, hover & active red (same red as logo), no visited effects
 ---*/


   .links1 a:link {color: #000000; text-decoration: none;}
   .links1 a:visited {color: #000000; text-decoration: none;}
   .links1 a:hover {color: #000000; text-decoration: none;}
   .links1 a:active {color: #000000; text-decoration: none}

   .links2 a:link {color: #000000; text-decoration: underline;}
   .links2 a:visited {color: #666666; text-decoration: underline;}
   .links2 a:hover {color: #006666; text-decoration: underline;}
   .links2 a:active {color: red; text-decoration: none}

   .links3 a:link {color: #000000; text-decoration: none}
   .links3 a:visited {color: #000000; text-decoration: none}
   .links3 a:hover {color: #006666; text-decoration: underline overline; background: #ffffff}
   .links3 a:active {color: red; text-decoration: none}



.links5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
                 .links5 a:link {color: #000000; text-decoration: underline}
                 .links5 a:visited {color: #000000; text-decoration: underline}
                 .links5 a:hover {color: #B62C29; text-decoration: underline}
                 .links5 a:active {color: #000000; text-decoration: underline}
   

/*---

	.style1 = page header navigation links - black text, green & underline on hover, no visited effects
	.style2 = body text, all links underlined - black links, dark gray visited & teal hover
	
---*/

	.style1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;}
		.style1 a:link {color: #000000; text-decoration: none}
   		.style1 a:visited {color: #000000; text-decoration: none}
   		.style1 a:hover {color: #006666; text-decoration: underline}
   		.style1 a:active {color: red; text-decoration: none}
			
	.style2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;}
		a:link {color: #000000; text-decoration: underline;}
		a:visited {color: #666666; text-decoration: underline;}
		a:hover {color: #006666; text-decoration: underline;}
		a:active {color: red; text-decoration: none}
		
	.style3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;}
		.style3 a:link {color: #000000; text-decoration: underline;}
		.style3 a:visited {color: #000000; text-decoration: underline;}
		.style3 a:hover {color: #000000; text-decoration: underline;}
		.style3 a:active {color: #000000; text-decoration: underline;}
	
	.style4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;}
		.style4 a:link {color: #000000; text-decoration: none;}
		.style4 a:visited {color: #000000; text-decoration: none;}
		.style4 a:hover {color: #000000; text-decoration: none;}
		.style4 a:active {color: #000000; text-decoration: none;}

