/* CSS Document */



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

/* top elements */
.company {
	font-weight: bold;
	font-size: 12pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #7AB6EA;
	text-transform: uppercase;
}
.slogan {
	font-weight: bold;
	font-size: 10pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #B6E22D;
	text-transform: capitalize;
}

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

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

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

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

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

.logo-table {
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.content-bg2 {
}
.content-bg1 {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #514F50;
}
.content-bg3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #514F50;
}
