/* content */
.text-header {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
	font-weight: bold;
	text-transform: uppercase;
}
.pageContent {
	font-size: 8pt;
	font-family: Tahoma;
	color: #727272;
}
.icon
{
	padding: 5px 10px;
}
/* top elements */
.company {
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #56565E;
	font-weight: bold;
	text-transform: uppercase;
}
.slogan {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #868587;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

/*copyright*/
.footer {
	font-size: 8pt;
	font-family: Tahoma;
	color: #828385;
	text-align: center;
}
/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
}
.amenu {
	text-decoration: underline;
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
}
.bmenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.bmenua {
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
/*submenu*/
.submenua {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.submenu {
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.iconleft
{
	padding-right: 15px;
}

.lineright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
}
