/*Formatting for text content. The body tag has been included as a backup in case someone in the future forgets to assign regular text with the <p></p> tag*/

body {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   background-image: url(/images/friends/bg.png);
   }


p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   }
   
h1, h2 {
  font-weight:bold;
  color:#990000;
  font-size:14px;
  font-style:normal;
  padding: 0;
  }   
  
 .pgallerynav {
  
  background-color:#FFFFFF;
  
  }
  
   
/*Links*/

A:link { color:#0033CC; text-decoration:none; }
A:active { color:#0033CC; text-decoration:none; }
A:visited { color:#0033CC; text-decoration:none; }
A:hover { text-decoration:underline; }

.trustees p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:10px;
   }
   
   .feedback p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:10px;
   }
   
   input, textarea {
   border: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
	input#btsubmit {
	background-color:#990000;
	color:#FFFFFF;
	font-weight: bold;	
	}
	
	.breadcrumb {
	font-size:10px;
	letter-spacing: 7px;
	}
	
	.currentpg {
	font-weight: bold;
	color:#666666;
	}
	