	.formhdr {color: black; 
			  font-size: 9pt; 
			  font-family:arial;
			  }
			  
	.hdlines {color: black; 
			  font-size: 9pt; 
			  font-family:tahoma; 
			  font-weight:bold;
			  }
			  
	.dropbox {color: black; 
			  font-size: 8pt; 
			  font-family: arial;
			  }
			  
	.nextx   {color: blue; 
			  font-size: 8pt; 
			  font-family: arial; 
			  text-decoration: none;
			  }
	.results {color: black; 
			  font-size: 8pt; 
			  font-family: arial;
			  }
	
	.title   {
	color: #333333;
	font-size: 12px;
	font-family: verdana;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	text-align:left;

			  }
			  
	.btitle  {color: black; 
			  font-size: 10pt; 
			  font-family: verdana; 
			  font-weight:bold; 
			  }
			  
	.sbutton {color: blue; 
			  font-size: 8pt; 
			  font-family: arial; 
			  font-weight:bold;
			  background-color:white; 
			  text-decoration: none; 
			  }
     .text-links
	 {
	 		  font-size: 12px; 
			  font-family: arial; 
			  font-weight:bold;
			  color: #000000; 
			  text-decoration: underline;
	 }
	 .text-links:hover
	 {
	 		  font-size: 12px; 
			  font-family: arial; 
			  font-weight:bold;
			  color: #000000; 
			  text-decoration: none;
	 }
			  
	.CR 	 {color: white; 
			  font-size: 7pt; 
			  font-family: arial;
			  }
	.news_event_hdr {color: #006500; font-size: 10pt; font-family: verdana; font-weight:bold;}
	.news_event_title {color: #006500; font-size: 8pt; font-family: verdana; font-weight:bold;}
	.news_event_text {color: BLACK; font-size: 7pt; font-family: verdana;}
	.news_event_link {font-size: 7pt; font-family: verdana;}
	.htc {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; color: #000000; text-decoration: none; font-weight: bold}
.newsletter-text
{			  color: black; 
			  font-size: 10pt; 
			  font-family: verdana; 
			  font-weight:bold;
			  text-decoration: underline; 
}
.newsletter-text:hover
{			  color: black; 
			  font-size: 10pt; 
			  font-family: verdana; 
			  font-weight:bold;
			  text-decoration:none; 
}

body { 
text-align:center; /* for IE */ 
}

div#wrapper { 
text-align:left; /* reset text alignment */ 
width:800px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
}

#gallery {
		background-color: #FFFFFF;
		padding: 10px;
		width: 92%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #CCC;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
