body {
	margin: 0px; 
	padding: 0px; 
	overflow: -moz-scrollbars-vertical;
}
body, td {
	color: #000;
	font-size: 12px; 
	font-family: Verdana; 
}
img {border: none; margin: 0px;}
form {margin: 0px; padding: 0px;}

#container {
	width: 950px;
	position: relative;
	margin: 10px auto 0px auto;
}
#container_home {
	width: 925px;
	position: relative;
	margin: 10px auto 0px auto;
}
.border {
	border: 1px solid #999;
}
.top {
	width: 934px;
	height: 185px;
	padding: 16px 0px 0px 16px;
}
.logo_block {
	width: 169px;
	height: 169px;
	float: left;
	margin-right: 17px;
}
a.logo, a.logo:visited {
	display: block;
	width: 169px;
	height: 169px;
	float: left;
}
a#flashHome, a#flashHome:visited {
	display: block;
	cursor: hand;
	width: 925px;
	height: 727px;
	z-index:2000;
	position:absolute;
}

.banner {
	float: left;
}
.grey_line {
	clear: both;
	background-color: #dadadc;
	height: 32px;
	width: 912px;
	margin-left: 16px;
}
.grey_line a,
.grey_line a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
.grey_line a:hover {
	text-decoration: underline;
}
.top_menu {
	float: left;
	margin: 7px 0 0 12px;
}
.technic_menu {
	float: right;
	margin: 7px 12px 0 0;
}
.breadcrumbs {
	font-size: 9px;
	margin: 10px 0 0 18px;
}
.breadcrumbs a,
.breadcrumbs a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #000 !important;
}

/* Main menu */
.blue .logo_block {background-color: #2a9cd3;}
.orange .logo_block {background-color: #f6a80b;}
.green .logo_block {background-color: #95be14}
.mauve .logo_block {background-color: #7d4a94;}
.rouge .logo_block {background-color: #e2017a;}
.red .logo_block {background-color: #cb0d1f;}

.main_menu_1 {
	width: 102px;
	height: 169px;
	float: left;
}
.main_menu_1 a,
.main_menu_1 a:visited {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px; 
	text-decoration: none;
	width: 95px;
	padding: 8px 0px 9px 4px;
}
.left_menu {
	float: left;
	width: 169px;
	margin: 10px 18px 0 0;
	padding-left: 18px;
}
.left_menu div {
	padding: 8px 0px 8px 0px;
	margin-top: 1px;
}
.left_menu a,
.left_menu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 159px;
	padding-left: 10px;
}
.left_menu .orange  {background-color: #f7a800}
.left_menu .green {background-color: #96bf0d}
.left_menu .mauve {background-color: #7d4a94}

.orange_submenu, .green_submenu, .mauve_submenu {
	width: 169px;
	margin: 0px;
	padding: 0px !important;
}
.orange_submenu a,
.orange_submenu a:visited,
.green_submenu a,
.green_submenu a:visited,
.mauve_submenu a,
.mauve_submenu a:visited {
	display: block;
	width: 159px;
	margin: 1px 0 0 0px;
	padding: 10px 0 10px 10px;
}
.orange_submenu a {background-color: #ffe7ab;	color: #f7a800 !important;}
.green_submenu a {background-color: #e8f3c0; color: #96bf0d !important;}
.mauve_submenu a {background-color: #e4dbeb; color: #7e4a94 !important;}

.orange_submenu a:hover,
.orange_submenu a.active {
	background-color: #fed279 !important;
	color: #000 !important;
}
.green_submenu a:hover,
.green_submenu a.active {
	background-color: #cfe1a4 !important;
	color: #000 !important;
}
.mauve_submenu a:hover,
.mauve_submenu a.active {
	background-color: #c7b6d6 !important;
	color: #000 !important;
}

/* Content zone */
.main_content {
	margin: 0 0 30px 0;
	line-height: 1.5;
	float: left;
	width: 725px;
}
.green .main_content a, .green .main_content a:visited {color: #96bf0d; font-weight: bold; text-decoration: underline;}
.orange .main_content a, .orange .main_content a:visited {color: #f7a800; font-weight: bold; text-decoration: underline;}
.mauve .main_content a, .mauve .main_content a:visited {color: #7e4a94; font-weight: bold; text-decoration: underline;}
.blue .main_content a, .blue .main_content a:visited {color: #3399cc; font-weight: bold; text-decoration: underline;}
.rouge .main_content a, .rouge .main_content a:visited {color: #e2007a; font-weight: bold; text-decoration: underline;}
.red .main_content a, .red .main_content a:visited {color: #cc0d20; font-weight: bold; text-decoration: underline;}
.main_content a:hover {text-decoration: none !important}

a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 12px 0;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0 5px 0;
}
.blue h1 {color: #3399cc;}
.orange h1 {color: #f7a800;}
.green h1 {color: #96bf0d;}
.mauve h1 {color: #7e4a94;}
.rouge h1 {color: #e2007a;}
.red h1 {color: #cc0d20;}

h2.orange_header {
	color: #f7a800; 
	background: url(../design/orange_marker.gif) left top no-repeat;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 15px;
}
h2.green_header {
	color: #96bf0d; 
	background: url(../design/green_marker.gif) left top no-repeat;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 15px;
}
h2.mauve_header {
	color: #7d4a94; 
	background: url(../design/mauve_marker.gif) left top no-repeat;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 15px;
}

.main_content .orange, td.header_orange  {
	background-color: #f7a800;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0px 5px 0;
}
.main_content .green, td.header_green  {
	background-color: #96bf0d;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0px 5px 0;
}
.main_content .mauve, td.header_mauve  {
	background-color: #7d4a94;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0px 5px 0;
}
.main_content .blue  {
	background-color: #2a9cd3;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0px 5px 0;
}
.main_content .rouge {
	background-color: #e2017a;;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0px 5px 0;
}
table.multi_color td {
	font-size: 11px;
	vertical-align: top;
}
td.td_orange {
	background-color: #ffe7ab;
	padding: 7px 0 10px 10px;
}
td.td_green {
	background-color: #e8f3c0;
	padding: 7px 0 10px 10px;
}
td.td_mauve {
	background-color: #e4dbeb;
	padding: 7px 0 10px 10px;
}

h2 {
	font-size: 12px; 
	font-weight: bold;
}
h3 {
	font-size: 12px; 
	font-weight: bold;
	margin: 7px 0 5px 0;
}
h4 {
	font-weight: bold;
	font-size: 11px; 
	margin: 3px 0 3px 0;
}
ul {
	margin: 10px 10px 10px 0px;
	padding: 10px;
}
.green ul li {
	color: #96bf0d; 
	font-weight: bold; 
	background: url(../design/green_marker.gif) left top no-repeat;
	margin: 5px 0 5px 5px;
	padding-left: 15px;
	list-style-type: none !important;
}
.orange ul li {
	color: #96bf0d; 
	font-weight: bold;
	background: url(../design/orange_marker.gif) left top no-repeat;
	margin: 5px 0 5px 5px;
	padding-left: 15px;
	list-style-type: none !important;
}
.mauve ul li {
	color: #7d4a94; 
	font-weight: bold;
	background: url(../design/mauve_marker.gif) left top no-repeat;
	margin: 5px 0 5px 5px;
	padding-left: 15px;
	list-style-type: none !important;
}
ul ul {
	margin: 6px 0px 15px 15px !important; 
	padding: 0px !important;
}
ul ul li {
	margin: 0px 0 7px 0;
}
ol {
	margin: 5px 0 10px 20px;
	padding: 10px;
}
ol li {
	margin: 0 0 7px 0;
}
hr {
	height: 1px; 
	border: none; 
	background-color: #777; 
	color: #777;
	width: 500px;
	text-align: center;
}
input, select  {
	color: #777;
	font-size: 11px;
}
.inputalign {
	position: relative;
	top: 3px; 
}
.labelalign {
	position: relative;
	top: -2px; 
}
.button, button {
	font: bold 11px Verdana !important;
	color: #a49e92;
	background: #f6f2eb;
	width: auto !important;
	height: 23px !important;
	border: 1px solid #d4d0c8 !important; 
}
table.partners {
	border-bottom: 1px solid #000;
}
table.partners td {
	border-top: 1px solid #000;
	padding: 3px;
}
table.partners td.logo {
	text-align: center;
}


/* News */
.news_item {
	margin: 0 0 20px 0 !important;
	line-height: 1.6;
}
.news_item img.left {
	margin: 0 10px 0px 0;
}
.news_item2 {
	line-height: 1.7;
}
.news_date {
	color: #aeaeae;
	font-weight: bold;
}
a.news_title, a.news_title:visited {
	font-weight: normal !important; 
	margin: 3px 0; 
	display: block; 
	text-decoration: none;
}
a.news_title:hover {background-color: #f2f2f2;}

div.news_title {
	font-size: 14px; 
	color: #2e71bc; 
	font-weight: bold; 
	margin: 3px 0; 
}
div.news_header {
	font-size: 12px; 
	font-weight: bold; 
	margin: 6px 0; 
}
.more a, .more a:visited {color: #777;}

/* Others */
.search_result {
	margin-top: 15px !important;
}
input.formbutton, input.search_formbutton, input.formbutton {
	background-color: #e5e5e5;
	color: #777;
	border: 1px solid #8a6d05;
	margin-right: 4px;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
}

/* Footer */
.small_logos {
	float: right;
	padding: 5px 0px 0 0;
	width: 400px;
	text-align: center;
}
.copyright {
	float: right;
	padding: 10px 0 0 5px;
}
.copyright,
.copyright a, .copyright a:visited {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

/* Sitemap */
#sitemap_cmp_1 DIV, #sitemap_cmp_2 DIV, 
#sitemap_cmp_3 DIV, #sitemap_cmp_4 DIV {
	height: 23px;
	padding-top: 7px;
}
#sitemap_cmp_1 DIV A, #sitemap_cmp_1 DIV A:visited , 
#sitemap_cmp_2 DIV A, #sitemap_cmp_2 DIV A:visited , 
#sitemap_cmp_3 DIV A, #sitemap_cmp_3 DIV A:visited,
#sitemap_cmp_4 DIV A, #sitemap_cmp_4 DIV A:visited {
	text-decoration: none;
}
#sitemap_cmp_1 DIV A:hover, #sitemap_cmp_1 DIV A:active , 
#sitemap_cmp_2 DIV A:hover, #sitemap_cmp_2 DIV A:active , 
#sitemap_cmp_3 DIV A:hover, #sitemap_cmp_3 DIV A:active , 
#sitemap_cmp_4 DIV A:hover, #sitemap_cmp_4 DIV A:active {
	text-decoration: underline;
}

.level_xxx, .level_xxx_last {
	/* font-weight: bold;
	margin-top: 30px; */
	background-color: #dadadc;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 4px 7px;
	margin: 10px 0px 5px 0;
}
.level_xxx a, .level_xxx a:visited,
.level_xxx_last a, .level_xxx_last a:visited {color: #000 !important;}
.level_xyx {
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_xyx_last {
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_yxx{
	/* background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left: 30px; */
	color: #000 !important; 
	background: url(../design/grey_marker.gif) left 7px no-repeat;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 15px;
}
.level_yxx_last{
	/* background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left: 30px; */
	color: #f7a800 !important;
	background: url(../design/grey_marker.gif) left 7px no-repeat;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 15px;
}
.level_yxx a, .level_yxx a:visited,
.level_yxx_last a, .level_yxx_last a:visited {
	color: #000 !important;
}
.level_yyx {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_yyx_last {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xyy {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
}
.level_yyy {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0301.gif) left no-repeat;
}
.level_yyy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0302.gif) left no-repeat;
}
.level_yxy {
	padding-left: 110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0303.gif) left no-repeat;
}
