/* content */
.text-header {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial Narrow, Arial, sans-serif;
	color: #505050;
	text-transform: uppercase;
}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }
.pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; }

/* top elements */
.company {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial Narrow, Arial, sans-serif;
	color: #3E3E3E;
	font-style: normal;
	text-transform: uppercase;
}
.slogan {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial Narrow, Arial, sans-serif;
	color: #CCD1D5;
	font-style: normal;
	text-transform: uppercase;
}

/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #3B3B3B;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.amenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #1C384D;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.asubmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #4F4F4F;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}

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

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

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

