/* content */
.text-header {
	font-size: 12pt;
	color: #EBEBEB;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}
.pageContent {
	font-size: 9pt;
	color: #9B9B9B;
	line-height: 18px;
	font-family: sans-serif;
}
.pageContent a {
	font-size: 9pt;
	color: #9B9B9B;
	line-height: 18px;
	font-family: sans-serif;
	 }
/* top elements */
.company {
	font-weight: bold;
	font-size: 14pt;
	color: #A21411;
	font-family: Arial;
	text-transform: uppercase;
}
.slogan {
	font-size: 9pt;
	color: #484743;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
}
.copyright {
	color: #595959;
	font-size: 8pt;
	font-family: Tahoma;
	word-break : break-all; 
}

/*main menu*/
.menu {
	color: #F5E6E6;
	font-size: 8pt;
	word-break : break-all; 
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}
.amenu{
	color: #F5E6E6;
	font-size: 8pt;
	word-break : break-all; 
	text-decoration: underline;
	font-family: Tahoma;
	font-weight: bold;
}
/*submenu*/
.submenu {
	color: #353C42;
	font-size: 8pt;
	word-break : break-all; 
	text-decoration: none;	
	font-family: Tahoma;
}
.asubmenu{
	color: #353C42;
	font-size: 8pt;
	word-break : break-all; 
	text-decoration: underline;	
	font-family: Tahoma;
}
/*backgrounds*/
.bmenu {
	font-size: 8pt;
	color: #F6E6E6;
	text-decoration: none;
}
.abmenu{
	font-size: 8pt;
	color: #F6E6E6;
	text-decoration: none;
}
.left_line
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #737373;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
}
.right_line{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #737373;
}