BODY
{
	font-size: 15px;
	vertical-align: baseline;
	color: #336666;
	font-family: Arial, 'Arial Black' , 'Arial Narrow';
	background-color: ghostwhite;
}
.logoBody
{
	color: #336666; 
	background-color: white; 
}
#logoShoreham
{
	font-weight: bold;
	font-size: 100px; 
	vertical-align: baseline; 
	font-family: Arial, 'Arial Black' , 'Arial Narrow'; 
}
#logoSoftware
{
	font-style: italic;
	font-size: 100px; 
	vertical-align: baseline; 
	font-family: Arial, 'Arial Black' , 'Arial Narrow'; 
}
.heading_1 
{
	font-weight: bold; 
	font-size: 40px; 
	color: darkcyan; 
}
.heading_2 
{
	font-weight: bold; 
	font-style:italic; 
	font-size: 30px; 
	color: darkcyan; 
	text-indent: 20px; 
}
.normal 
{
	text-indent: 40px; 
}
.bullet_1
{
	list-style-position: outside;
	text-indent: 60px;
	list-style-type: disc;
}
.menu
{
	border-right: #999999 thin ridge;
	border-top: #999999 thin ridge;
	border-left: #999999 thin ridge;
	color: #336666;
	border-bottom: #999999 thin ridge;
	background-color: white;
	text-align: center;
}
.menu_selected
{
	border-right: #999999 thin inset;
	border-top: #999999 thin inset;
	border-left: #999999 thin inset;
	color: white;
	border-bottom: #999999 thin inset;
	background-color: #336666;
	text-align: center;
}
.menu_hilite
{
	border-right: #999999 thin inset;
	border-top: #999999 thin inset;
	border-left: #999999 thin inset;
	border-bottom: #999999 thin inset;
	background-color: #00ccff;
	text-align: center;
}
.submenu
{
	border-right: #99cc66 thin double;
	border-top: #99cc66 thin double;
	border-left: #99cc66 thin double;
	border-bottom: #99cc66 thin double;
	text-align: center;
}
.submenu_hilite
{
	border-right: #99cc66 thin inset;
	border-top: #99cc66 thin inset;
	border-left: #99cc66 thin inset;
	border-bottom: #99cc66 thin inset;
	background-color: #99cccc;
	text-align: center;
}
.submenu_selected
{
	border-right: #99cc66 thin double;
	border-top: #99cc66 thin double;
	border-left: #99cc66 thin double;
	border-bottom: #99cc66 thin double;
	color: #00ccff;
	background-color: #336666;
	text-align: center;
}
