/**************************************/
/**  topnavi.css                     **/
/**************************************/

/*----------------------------*/
.navimenu{
	color: ghostwhite;
	font-size: 12px;
}
.navimenu A{
	color: ghostwhite;
	font-weight: bold;
	text-decoration: none;
}
.navimenu A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.navimenuact{
	color: khaki;
	font-size: 12px;
}
.navimenuact A{
	color: khaki;
	font-weight: bold;
	text-decoration: none;
}
.navimenuact A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.navimenusub{
	font-size: 12px;
}
.navimenusub A{
	font-weight: bold;
	text-decoration: none;
}
.navimenusub A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.navimenusubbold{
	font-size: 12px;
	font-weight: bold;
}
/*----------------------------*/
.navimenusubxxx{
	color: darkgray;
	font-size: 12px;
	font-weight: bold;
}
.navimenusubxxx A{
	color: darkgray;
	text-decoration: none;
}
.navimenusubxxx A:hover{
	color: darkgray;
	text-decoration: underline;
}
/*----------------------------*/
.topnaviPix{
	margin-left: 5px;
	margin-right: 5px;
}
/*----------------------------*/
.navicont{
}
.spacer{
}
/*----------------------------*/
SELECT{
	font-size: 12px;
}
/*----------------------------*/
.footermenu{
	color: ghostwhite;
	font-size: 12px;
}
.footermenu A{
	color: ghostwhite;
	text-decoration: none;
}
.footermenu A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.footermenuhome{
	color: ghostwhite;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
.footermenuhome A{
	color: ghostwhite;
	text-decoration: none;
}
.footermenuhome A:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
.copyright{
	color: #333333;
	font-size: 12px;
	line-height: 200%;
}
/*----------------------------*/

