@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------[ L A N G U A G E ]-------------------*/

.language-text, .language-text a:link, .language-text a:visited, .language-text a:active {
	color:#5fb4e6;
	text-decoration:none;
	text-align:right;
}
.language-text a:hover {
	color:#0064b4;
}
.language-text a:focus {
	color:#0064b4;
}

/*---------------------------------------------------------------------------------[ F O O T E R ]-------------------*/

.footer-text, .footer-text a:link, .footer-text a:visited, .footer-text a:active {
	font-size:7pt;
	color:#003c5a;
	text-decoration:none;
	text-align:left;
}
.footer-text a:hover {
	color:#0064b4;
}
.footer-text-2, .footer-text-2 a:link, .footer-text-2 a:visited, .footer-text-2 a:active {
	font-size:7pt;
	color:#003c5a;
	text-decoration:none;
	text-align:right;
}
.footer-text-2 a:hover {
	color:#0064b4;
}
/*---------------------------------------------------------------------------------[ E M A I L ]-------------------*/

.email a:link {
	color:#8cbe00;
}

.email a:hover {
	color:#0064b4;
}

/*---------------------------------------------------------------------------------[ S T A T I C    M E N U ]-------------------*/

li.static_menu {
	list-style:url(../_image/static_navigation_menu_list.png) inside;
	background:url(../_image/static_navigation_menu_dash.jpg);
	height:35px;
	width:250px;
}
li.static_menu:hover {
	list-style:url(../_image/static_navigation_menu_list_hover.png) inside;
}
li.static_menu:focus {
	list-style:url(../_image/static_navigation_menu_list_hover.png) inside;
}
.static_menu {
	line-height:25pt;
	color:#6ea032;
}
.static_menu a:link, .static_menu a:visited, .static_menu a:active {
	line-height:25pt;
	text-decoration:none;
	color:#999;
}
.static_menu a:hover {
	color:#6ea032;
}
.static_menu a:focus {
	color:#6ea032;
}
li.static_menu_bot {
	background:url(../_image/static_navigation_menu_bot.jpg);
	background-repeat:no-repeat;
	list-style:none;
	height:35px;
	width:250px;
}

/*---------------------------------------------------------------------------------[ B R E A D C R U M B ]-------------------*/

li.breadcrumb {
	list-style:url(../_image/static_breadcrumb_list.jpg) inside;
        overflow: hidden;
}
li.breadcrumb:hover {
	list-style:url(../_image/static_breadcrumb_list_hover.jpg) inside;
}
.breadcrumb {
	padding:10px 5px 0 5px;
	float:left;
	color:#32b4d2;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color:#c8c8c8;
	text-decoration:none;
}

.breadcrumb a.selected {
	color:#32b4d2;
	text-decoration:none;    
}

.breadcrumb a:hover {
	color:#32b4d2;
}
.breadcrumb a:focus {
	color:#32b4d2;
}

/*---------------------------------------------------------------------------------[ T E X T    T I T L E ]-------------------*/

.text_green {
	color:#8cbe00;
}
.text_orange {
	color:#ff9b00;
}
.text_blue {
	color:#0064b4;
}

/*---------------------------------------------------------------------------------[ T E X T    L I S T ]-------------------*/

li.text_list {
	list-style:url(../_image/text_list_style.png) inside;
	line-height:2em;
}


/*---------------------------------------------------------------------------------[ S C H E D U L E    T A B L E ]-------------------*/

.bg-table-1_ds {
	height:20px;
	padding:5px 0 0 0;
	text-align:center;
	background-color:#e1e1e1;
	border:1px solid #c8c8c8;
}
.bg-table-2_ds {
	height:40px;
	padding:5px 0 0 0;
	text-align:center;
	border:1px solid #c8c8c8;
}
.bg-table-1 {
	height:auto;
	padding:5px 10px;
	text-align:center;
	background-color:#e1e1e1;
	border:1px solid #c8c8c8;
}
.bg-table-2 {
	height:auto;
	padding:5px 10px;
	text-align:center;
	border:1px solid #c8c8c8;
}
.bg-table-3 {
	height:auto;
	padding:5px 10px;
	text-align:left;
	background-color:#666;
	border:1px solid #c8c8c8;
	color:#FFF;
}
.bg-table-4 {
	height:auto;
	padding:5px 10px;
	text-align:left;
	background-color:#e6e6e6;
	border:1px solid #c8c8c8;
}
.bg-table-5 {
	height:auto;
	padding:5px 10px;
	text-align:left;
	background-color:#fff;
	border:1px solid #c8c8c8;
}

/*---------------------------------------------------------------------------------[ T E X T   A    H R E F ]-------------------*/

#text_a_href a:hover {
	color:#0064b4;
}


/*---------------------------------------------------------------------------------[ F O O T ]-------------------*/

#foot_title {
	color:#0064b4;
	font-size:14px;
	line-height:21px;
}

#foot_text li, #foot_text li a:link, #foot_text li a:visited, #foot_text li a:active {
	color:#646464;
	font-size:11px;
	line-height:21px;
	text-decoration:none;
	list-style:circle inside;
	text-indent:2px;
}

#foot_text li a:hover {
	color:#8cbe00;
}

#foot_text {
	color:#646464;
	font-size:11px;
	line-height:21px;
}