/* CSS Document */

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

/* top elements */
.company {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
.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: #322D27;
	text-decoration: none;
	font-weight: normal;
}
.amenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #322D27;
	text-decoration: underline;
	font-weight: normal;
}

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

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

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


/*copyright*/
.footer { font-size: 8pt; font-family: Tahoma, sans-serif; color: #A69B9D; }
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #605C5C;
	border-left-color: #605C5C;
}
