/* top elements */
.company { font-weight: normal; font-size: 16pt; font-family: Tahoma; color: #F4F3F8;}

/*header*/
.header
{
	background-color:#4771B7;
}

/*main menu*/

.menu1 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #404047;
	text-decoration: none;
	font-weight: bold;
	white-space:nowrap;
}


.amenu2 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #552288;
	text-decoration: none;
	font-weight: bold;
}
.menu2 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #404047;
	text-decoration: none;
	font-weight: bold;
}

.menu3 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #404047;
	text-decoration: none;
	font-weight: bold;
}
.amenu3 {
	font-size: 8pt;
	font-family: Tahoma;
	color: #404047;
	text-decoration: underline;
	font-weight: bold;
}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.asubmenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}

/* content */
.text-header{ font-weight: bold; font-size: 13pt; font-family: Tahoma; color: #FFFFFF;}
.pageContent { font-size: 8pt; font-family: Tahoma; color: #c6c6c8; }
 
/*bottom menu*/
.bmenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #C8C8C8;
	text-decoration:none;
}
.abmenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #C8C8C8;
	text-decoration:underline;
}

