/* content */
.text-header {
	font-size: 16pt;
	font-family: Arial;
	color: #6c6c6c;
	padding-right: 10px;
        padding-left: 10px;
}
.pageContent {
	font-size: 10pt;
	font-family: Arial;
	color: #6c6c6c;
	padding:30px;
}
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #7F7F7F; }

/* top elements */
.company {
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial;
	color: #263C4F;
	text-transform: uppercase;
}
.slogan { font-weight: bold; font-size: 8pt; font-family: Arial; color: #669999; }

.tophead {
        font-size: 16pt;
        font-family: Arial;
        color: #6c6c6c;
	}

/*main menu*/
.menu { font-size: 16pt; font-family: Arial; color: #c00000; text-decoration: none; }
.amenu { font-size: 16pt; font-family: Arial; color: #c00000; text-decoration: none; }

/*submenu*/
.submenu { font-size: 16pt; font-family: Arial; color: #6c6c6c; text-decoration: none; }
.submenu:hover { font-size: 16pt; font-family: Arial; color: #c00000; text-decoration: none; }
.asubmenu { font-size:16pt; font-family: Arial; color: #6c6c6c; text-decoration: none; }

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

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

/*backgrounds*/
.main-bg { background-color: #E1E1E1; }
.submenu-bg { background-color: #078E88; }
.menu-hr { background-color: #26A6A2; }
.line { background-color: #CACACA; }
.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6C6C6C;
}
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C6C6C;
}
