@charset "utf-8";

body {
/*
	background-image: url("images/bg.jpg");
*/
	font-family: Helvetica, Tahoma, Arial, Geneva, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll; height: 101%;
}

@font-face {
		font-family: 'MenuFont';
		font-stretch: extra-expanded;
		src: url("menu/BellGothicStd-Black.eot");
		src: local('Bell Gothic Std Black'), local('Bell Gothic Std Black'),
		url("menu/BellGothicStd-Black.eot?#iefix") format('embedded-opentype'), 
			 url('menu/BellGothicStd-Black.otf') format('truetype'),
			 url('menu/BellGothicStd-Black.svg#MenuFont') format('svg');
}

.menu1 {
	font-family: MenuFont;
	font-size: 15px;
	color: #07264f;
}

.menu2 {
	font-family: SignifyLite;
	font-size: 16px;
	color: #07264f;
}



a.footer:link 	{
		text-decoration: none; 
		color: #000000;
		font-size: 11px;
}  

a.footer:visited {
		text-decoration: none; 
		font-size: 11px;
		color: #000000;
}  

a.footer:active{
		text-decoration: none;
		color: #000000;
		font-size: 11px;
} 

h1{
	font-size:20px;
	color:#07264f;
	font-family: MenuFont;
	padding: 0px;
	font-weight: bold;
}

a.footer:hover {
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		font-size: 11px;
}  	

a:link 	{
		text-decoration: none; 
		color: #07264f;
}  

a:visited {
		text-decoration: none; 
		color: #07264f;
}  

a:active{
		text-decoration: none; 
		color: #07264f;
} 

		

a:hover {
		font-weight: bold;
		color: #ff4e00;
}  	

.contact {
	color: #000099;
	font-weight: bold;
	font-size: 14px;
	
}