 /* how a link will appear to the user  */
 A.header:link    { 
           text-decoration: none; 
           color: #000000;
           background: none;
           }

 A.header:hover    { 
           text-decoration: none; 
           color: #006633;
           background: none;
           }
 
/* how a link will appear to the user  */
 A:link    { 
           text-decoration: underline; 
           color: #000000;
           background: none;
           }

 /* how an active link will appear to the user  */
 A:active  { 
           text-decoration: underline; 
           color: #000000;
           background: none;
           }  

 /* how a visited link will appear to the user */
 A:visited {
           text-decoration: underline; 
           color: #000000;
           background: none;
           }

 /* how a link will appear to the user when the mouse moves over said link */
 A:hover   { 
           text-decoration: none;
           color: #006633;
           background: none;
           } 

p	  {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 13px;
	  }

p.heading {
           font-family: geneva, arial, verdana, sans-serif;
           font-size: 11px;
           font-weight: bold;
           color: #006633;
	  }

p.testimonial {
           font-family: geneva, arial, verdana, sans-serif;
           font-size: 12px;
           line-space: 1.75;
           color: #000000;
	  }

p.nav	  {
           font-family: arial, verdana, sans-serif;
           font-size: 11px;
           font-weight: bold;
	  }

 /* renders the first letter on the page */
.bigletter {
           float: left;
           width: 30px;
           font: 70px "Arial", serif;
           line-height: .80;
           }
/*
.input     {
           font-family: Arial, Verdana, Helvetica, sans-serif;
           font-size: 11px;
           text-align: left; 
           border: 0px solid #666666; 
           }

.button    {
           font-family: Arial, Verdana, Helvetica, sans-serif;
           font-size: 10px;
           background-color: #ffffff;
           color: #000000;
           }

*/.bbold {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.smallfont {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.highlight {  background-color: #FFFF66}

.content	  {
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 13px;
	  }
	  
	  

A.breadcrumbs:link, A.breadcrumbs:active,A.breadcrumbs:visited  {
	color: #cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	}

A.breadcrumbs:hover {
           text-decoration: none;
           color: #006633;
           background: none;
	}

.breadcrumbs {
	color: #cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
