/* content */
.text-header { font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
.pageContent { font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #4C443F; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }

/* top elements */
.company { font-weight: bold; font-size: 14pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }
.slogan {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}

/*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-family: Tahoma, sans-serif; color: #FFFFFF; text-decoration: none; }
.asubmenu { font-size: 8pt; font-family: Tahoma, sans-serif; color: #FFFFFF; text-decoration: underline; }

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

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

/*backgrounds*/
.main-bg { background-color: #FFFFFF; }
.submenu-bg { background-color: #4E8BC1; }
.menu-hr { background-color: #CABCB1; }
.line { background-color: #CACACA; }
