/* content */
.text-header {
	font-size: 13pt;
	font-family: Arial;
	color: #2A2D37;
	font-weight: bold;
	text-transform: uppercase;
}
.text{
	font-size: 8pt;
	font-family: Tahoma;
	color: #292B38;
	
}
.icon
{
	padding: 5px;
}
.iconleft
{
	padding-right: 5px;
}
.iconfoot
{
	padding-right: 5px;
	padding-left: 5px;
}
.pageContent {
	color: #717171;
	font-size: 8pt;
	font-family: Tahoma;
}
.pageContent a { 
    font-size: 8pt;
	color: #767676;
	font-family: Tahoma; 
	}
/* top elements */
.company {
	font-size: 14pt;
	font-family: Arial;
	color: #FFFFFF;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
}
.slogan {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #627382;
	font-weight: bold;
}
.copyright {
	font-size: 8pt;
	font-family: Tahoma;
	color: #717171;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-top: 5px;
}
.logo{
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial;
	color: #000099;
	font-weight: bold;
}
.logoword{
	font-size: 12pt;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial;
}
/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.amenu {
	text-decoration: underline;
	font-size: 8pt;
	font-family: Tahoma;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
/*submenu*/
.submenutable{
	padding-top: 30px;
	padding-bottom: 30px;
}
.submenua {
	font-size: 8pt;
	color: #2B3E3C;
	font-family: Tahoma;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.submenu {
	font-size: 8pt;
	color: #2B3E3C;
	font-family: Tahoma;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}
.bot_menu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.bmenu {
	font-size: 8pt;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
.bmenua {
	font-size: 8pt;
	font-family: Tahoma;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
}
.menuline {
	color: #D6D6D6;
	text-decoration: none;
	background-color: #D6D6D6;
	width: 1px;
	background-repeat: repeat-y;
	background-position: center top;
}
/*backgrounds*/
.line { background-color: #C2C2C2; height:1px;}
.main-bg { background-color: #F9F9F9; }
.submenu-bg { background-color: #E3E3E3; }
.footermenu-bg { background-color: #E3E3E3; }
.text-header1{
	font-size: 18pt;
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
	
}
.lineleft {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.lineright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
	
.body_line {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}