.menu_head 	{ 
	background-color: #3399cc; 
	color: white; 
	padding: 0px; 
	font-weight: bold; 
	font-size: .7em; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
table.menu { 
	background-color: whitesmoke; 
	color: navy; 
	padding-top: 0px; 
	}
	
.menu_item { 
	padding: 0px; 
	padding-left: 0px;
	}

	a	{
		color: #336699;
	}
	
	a:hover	{
		color: #aa0000;
	}
	
		
a.menu {
 	color: #ffffff; 
	text-decoration: none; 
	}
	
a.menu:hover { 
	color: #ffff04; 
	}
h3	{
	font-size: 1.2em;
	color: white;
}
	
h4 	{ 
	color: #3399cc; 
	font-size: 1.1em; 
	margin-bottom: 5px; 
	}

h5	{ 
	color: #336699; 
	font-size: 1em; 
	margin-bottom: 5px;
	}
	
div {
	font-size: 10pt;
	}
	
h2 { 
	color: #3399cc; 
	font-size: 1.5em;
	}
	
.photocell	{
		border: 1px solid silver;
		background-color: whitesmoke;
		width: 221px;
		padding: 0px;
	}

.h_header	{
	background-color: #336699;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px;
	border-top: 3px solid white;
}

.h_table	{
	background-color: white;
	font-size: .9em;
	
}

.h_other	{
	background-color: whitesmoke;
}

fieldset	{
	padding: 0px;
}