/**************************************/
/**  topnavi_top.css                 **/
/**************************************/

/*----------------------------*/
.navimenu{
	color: ghostwhite;
	background-color: #00056E;
	font-size: 12px;
}
.navimenu A{
	color: ghostwhite;
	font-weight: bold;
	text-decoration: none;
}
.navimenu A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.navicolor{
	background-color: #00056E;
}
.navicont{
}
.spacer{
}
/*----------------------------*/
.footermenu{
	color: ghostwhite;
	background-color: #00056E;
	font-size: 12px;
}
.footermenu A{
	color: ghostwhite;
	text-decoration: none;
}
.footermenu A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.footermenuhome{
	color: ghostwhite;
	background-color: #00056E;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
.footermenuhome A{
	color: ghostwhite;
	text-decoration: none;
}
.footermenuhome A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.footermenuTopspc{
	color: ghostwhite;
	background-color: #669999;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.footermenuTopspc A{
	color: ghostwhite;
}
/*----------------------------*/
.copyright{
	color: #333333;
	font-size: 12px;
	line-height: 200%;
}
/*----------------------------*/

