body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	max-width:700px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nolead {
	font-size: 12px;
	line-height: normal;
}

.addr {
	font-size: 12px;
	vertical-align:top;
}
.hours {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	vertical-align:top;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: underline;}
	
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666; 
	text-decoration: underline;}
	
a:hover {
	color: #003300;
	text-decoration: underline;}
	
/* navigation - unused */
a.nav:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
a.nav:visited {
	color: #CCCCCC;
	text-decoration: none;}	
	
a.nav:hover {
	color: #99CC99;
	text-decoration: underline;}
	
/* non-navigation in white area (danfinney link) */
a.nonav:link {
	font-size: 12px;
	font-weight: bold;
	color: #9966CC;
	text-decoration: underline;}
	
a.nonav:visited {color: #999999;
	text-decoration: underline;}	
	
a.nonav:hover {color: #99CC99;
	text-decoration: underline;}

/* plain text link */
a.plain:link {font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}
	
a.plain:visited {font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.plain:hover {font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
		
/* non-navigation in green area */
a.ingreen:link {
	font-size: 12px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: underline;}
	
a.ingreen:visited {
	font-size: 12px;
	color: #666666; 
	text-decoration: underline;}
	
a.ingreen:hover {
	color: #003300;
	text-decoration: underline;
}	

h1 {
	color: #003300;
	font-weight: normal;
	line-height: normal;
}
h2 {
	color: #003300;
	font-style: oblique;
	font-weight: normal;
	line-height: normal;
}
h3 {
	color: #003300;
	font-style: oblique;
	font-weight: normal;
	line-height: normal;
}
h4 {
	color: #003300;
	font-style: oblique;
	font-weight: normal;
	line-height: normal;
}

.imageleft {
float:left;
margin:.3em 20px 5px 0;
}

.imageright {
float:right;
margin:.3em 0 5px 20px;
}