/* top elements */
.company {
	font-weight: bold;
	font-size: 14pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
}
.slogan { font-weight: bold; font-size: 8pt; font-family: "Arial Narrow", Arial, sans-serif; color: #ffffff; }

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

/*submenu*/
.submenu { font-size: 8pt; font-weight:bold; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.asubmenu { font-size: 8pt; font-weight:bold; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.submenu_hr { background-color: #1b3e61; }
.submenu_bg	{ background-color: #1b3e61; }

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

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

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

/* others */
.topmenubg {background-color:#01284f;}
.headerbg {background-color:#6041da;}
.contentbg {background-color:#01284f;}
.contentbg2 {background-color:#25609b;}
.footerbg {background-color:#033F7B;}