.header {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: white;
	
}

.menu {
	color: white;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-style: italic;
}

:hover.menu {

}


.body {
	color: white;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-style: italic; 
}



.footer {
	font-size: 9px;
	color: #FFFFFF;
	font-family: trebuchet ms;
	text-decoration: none;
	font-weight: bold; 
	background-image:url('images/m-bg2.jpg') 
	
	
}

.footer2 {
	font-size: 9px;
	color: #FFFFFF;
	font-family: trebuchet ms;
	text-decoration: none;
	font-weight: bold; 
	background-color:#321300 
	

	
}

:hover.footer
{
	color: yellow;
	text-decoration: underline;
}

.form
{
	border:1px solid #000000; 
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color:#FEE7E0;
	
}