

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	}
	
h2 { font-size: 18px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	}

.smaller   { font-size: 12px; }

	
table { background-color: White;   }

/*table.white{
	background-color: #999999;
}*/
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #336699;
}

	

a:visited {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: Red;
}

a:active {
	text-decoration: none;
	color: Red;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: 500;
	background: White;
	}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#336699; 
  display: block; 
  width: 160px; 
  padding: .50em 18px;
    background-color: transparent;
    font-size: 12px;
    border-bottom: 1px dashed Silver;
    background: no-repeat;
    }

 
#menu a:hover { color: Red;
  background-image: url(images/bullet.gif);
  border-bottom: 1px dashed Red;
}
