/*  Gena Conti general site css */
/*  modified rg at eMail list sessions 3july2006   */ 

body, table, td, th, p {
	scrollbar-arrow-color: #FFCC66;
	scrollbar-face-color: #660000;
	scrollbar-track-color: #B6C7D4;
	scrollbar-shadow-color: #006000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #FFCC66; 
	scrollbar-3dlight-color: #009000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
		 }
		
/*
a {font-size: 12px; color: black; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
*/

a:link {
color: #044E42;
  font-weight: normal;
   text-decoration: underline;
   }
	 
a:visited {
color: #660000;
 text-decoration: underline;
 }	 
		 
a:hover {
color: red;
 font-weight: normal;
 }

a:active {
 color: #044E42; text-decoration: underline;}

/*  http://stunicholls.myby.co.uk/opacity/picturemenu.html  Credit where credit is due! */

/* Alas, this also makes the nav buttons fade  */
a:hover img {
filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 -moz-opacity: 0.50;
  opacity:0.5;
  }

img { 
	filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; 
 opacity:1;
 }

.title td {
	background-image: url(images/bg/TitleBGB6C7D4.32h.gif);
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 126px;
	text-align: center;
}

.picture td {
	text-align: center;
}

.404 {
	padding-left: 10px;
}

#emailsignup {
	background-color: #b6c7d4;
}

h3 {
font: 15px Arial,Verdana, Geneva, Helvetica, sans-serif;
font-weight: bold;
margin-bottom: 2px;
background-color: #660000;
color: #FFFFFF;
}