/* content */
.text-header {
	font-weight:bold;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	color: #263E32;
	text-transform: capitalize;
}
.pageContent { font-size: 9pt; font-family: Arial, sans-serif; color: #7D7D78; }
.pageContent a { font-size: 9pt; font-family: Arial, sans-serif; color: #7D7D78; }

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

/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.amenu {
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
.menubg {background-color:#23392E;}
.menu_hr {background-color:#46725C;}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	line-height: 8pt;
}
.asubmenu {
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	line-height: 8pt;
}
.submenu_hr {background-color:#21362B;}
.submenu_hr2 {background-color:#4B7D63;}
.asubmenu_bg {
	background-image: url(../images/asubmenubg.jpg);
	background-repeat: repeat-x;
}

/*bottommenu*/
.bmenu { font-size: 8pt; font-family: Arial, sans-serif; color: #335862; text-decoration: none; }
.abmenu { font-size: 8pt; font-family: Arial, sans-serif; color: #335862; text-decoration: underline; }
.bmenu_bg{background-color:#243d61;}

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

/*backgrounds*/
.bg_hr {BORDER-BOTTOM: #b3c0aa 1px dashed;}
.bg_hr2 {BORDER-BOTTOM: #9f9f9f 1px dashed;}
