
/* content */
.text-header { font-size: 11pt; font-family: Arial; color: #3e8ec4; text-transform: uppercase; font-weight: bold}
.pageContent { font-size: 12pt ; font-family: Arial ; color: #808284 ;}

/* top elements */
.company {  font-size: 15pt; font-family: Arial; color: #ffffff; text-transform: uppercase }
.slogan {  font-size: 13pt; font-family: Arial; color: #ffffff; text-transform: uppercase; font-weight: bold }

/*main menu*/
.menu { font-size: 8pt; font-family: Arial; color: #ffffff; text-decoration: underline ; text-transform: uppercase; font-weight: bold }
.amenu { font-size: 8pt ; font-family: Arial ; color: #ffffff ; text-decoration: none; text-transform: uppercase; font-weight: bold }

/*submenu*/
.submenu { font-size:  8pt; font-family: Arial; color: #ffffff; text-decoration: underline; text-transform: uppercase;}
.asubmenu { font-size: 8pt; font-family: Arial; color: #ffffff ; text-decoration: none; text-transform: uppercase;}

/*bottom menu*/
.bmenu { font-size: 8pt ; font-family: Arial; color: #ffffff ; text-decoration: underline; text-transform: uppercase; font-weight: bold}
.abmenu { font-size: 8pt; font-family: Arial; color: #ffffff; text-decoration: none; text-transform: uppercase; font-weight: bold}

/*copyright*/
.footer { font-size: 8pt ; font-family: Arial; color: #C2D1DF ; }

/*backgrounds*/
.main-bg { background-color: #3e8ec4 ; }
.submenu-bg { background-color: #8bc2e0 ; }
.menu-hr { background-color: #59a8d2 ;}
.bottom-bg{background-color: #326495 ;}

/*link*/
a:hover {text-decoration: underline;}