/* CSS Document */
body {
	background-color: #888D90;
	margin-top:0px;
	margin-bottom:0px;
}
.content{
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}
.orangehead{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FC8E2D;
}
.bluehead{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #2F5A99;
}
.footertxt{	
	font-family: Arial;
	font-size: 11px;
	color: #707070;
	text-decoration: none;
	}
a.menu:link {
	color: #415C81; 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	text-decoration: none;	
}
a.menu:visited {
	color: #415C81; 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	text-decoration: none;	
}
a.menu:hover {
	color: #E67613; 
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold; 
	text-decoration: underline;	
}

a.bottommenu:link {
	font-family: arial;
	font-size: 11px;
	color: #707070;
	text-decoration: none;	
}
a.bottommenu:visited {
	font-family: Arial;
	font-size: 11px;
	color: #707070;
	text-decoration: none;	
}
a.bottommenu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #415C81;
	text-decoration: underline;	
}
a.orange:link {
	font-family: arial;
	font-size: 11px;
	color: #415C81;
	text-decoration: none;	
}
a.orange:visited {
	font-family: Arial;
	font-size: 11px;
	color: #415C81;
	text-decoration: none;	
}
a.orange:hover {
	font-family: Arial;
	font-size: 11px;
	color: #EB9047;
	text-decoration: underline;	
}

