.menu-hr { background-color: #991F1F; }

/* top elements */
.company {
	font-weight: bold;
	font-size: 14pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #F4F3F8;
	text-decoration: none;
}
.slogan {
	font-weight: bold;
	font-size: 10pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.amenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-weight:normal;
	font-family: Tahoma, sans-serif;
	color: #484848;
	text-decoration: none;
}
.asubmenu {
	font-size: 8pt;
	font-weight:normal;
	font-family: Tahoma, sans-serif;
	color: #484848;
	text-decoration: underline;
}

/* content */
.text-header{ font-weight: bold; font-size: 10pt; font-family: "Arial Narrow", Arial, sans-serif; color: #4072BE;}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #4C4C4C; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #4C4C4C; }

/*bottom menu*/
.bmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.abmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #FFFFFF; }
