/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:#f4f4f4;

}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

#main_table {
	background: #f4f4f4;
	direction: ltr;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}

/* search */
#search {
	background: url(../img/search_bg.gif) repeat-x top;
	height: 28px;
}

#search form {
	float: right;
	padding-top: 8px;
}

#search .textbox {
	background: #ffffff;
	border-top: 1px solid #626262;
	border-right: 1px solid #BEBFBA;
	border-bottom: 1px solid #BEBFBA;
	border-left: 1px solid #626262;
	color: #000000;
	direction: ltr;
	font: normal normal normal 9pt Tahoma;
	width: 120px;
	
}

#search .button {
	background-color: transparent;
	font: normal normal normal 8pt Tahoma;
	margin:  0 10px;
	border-top: 1px solid #BEBFBA;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	border-left: 1px solid #BEBFBA;
	color: #375D81;
}
/* /search */

/* language */
#language {
	background-color: #FFFFFF;
	color: #0B4666;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	height: 33px;
	padding-left: 13px;
	padding-right: 13px;
}

#language a {
	color: #0B4666;
	text-decoration: none;
}

#language a:hover {
	color: #0B4666;
	text-decoration: none;
}
/* /language */

/* static menu */
#static_menu {
	background-color: #F4F4F4;
	border-top: 3px solid #E1E1E1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 8pt;
}

#static_menu a {
	color: #0D335B;
	text-decoration: none;
}

#static_menu a:hover {
	color: #051423;
	text-decoration: none;
}
/* /static menu */

/* navigation */
#navigation {
	padding-left: 3px;
	padding-right: 3px;
	color: #808080;
	font: normal normal normal 8pt arial;
}

#navigation .normal {
}

#navigation .current {
	font: normal normal bold 8pt arial;
}

#navigation a {
	color: #808080;
	text-decoration: none;
}

#navigation a:hover {
	color: #808080;
	text-decoration: underline;
}
/* /navigation */

/* menu */
.menu_title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.menu_item_row {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	height: 25px;
}

.menu_item {
	color: #112847;
	font: normal normal normal 8pt Tahoma;
}

a.menu_item {
	color: #112847;
	text-decoration: none;
}

a.menu_item:hover {
	color: #112847;
	text-decoration: none;
}

.menu_item_row2 {
	background-color: #F0F0F0;
	height: 25px;
}

.menu_item2 {
	background-color: #F0F0F0;
	color: #112847;
	font: normal normal normal 8pt Tahoma;
}

a.menu_item2 {
	color: #112847;
	text-decoration: none;
}

a.menu_item2:hover {
	color: #112847;
	text-decoration: none;
}

.menu_indent {
	background-color: #F0F0F0;
	padding-left: 10px;
}
/* /menu */
 
/* login */
#login_table {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	width: 100%;
}

#login_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#login_table .box {
	font: normal normal normal 8pt Tahoma;
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#login_table .label {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
}

#login_table .textbox {
	background: #ffffff;
	color: #000000;
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
	width: 78px;
}

#login_table .button {
	float: right;
	margin-top: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}

#login_table a {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: underline;
}

#login_table a:hover {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: none;
}
/* /login */

/* newsletter */
#newsletter_table {
	width: 100%;
}

#newsletter_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#newsletter_table .box {
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#newsletter_table .label {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	margin-right: 3px;
}

#newsletter_table .textbox {
	background: #ffffff;
	color: #000000;
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
	width: 138px;
	margin-top: 10px;
}

#newsletter_table .button {
	float: right;
	margin-top: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}
/* /newsletter */

/* poll */
#poll_table {
	width: 100%;
}

#poll_table .title {
	background: #D3D3D3 url(../img/menu_item_bg.gif) repeat-x bottom;
	color: #112847;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

#poll_table .box {
	background-color: #F0F0F0;
	padding: 10px 15px;
}

#poll_table .question {
	color: #000000;
	display: block;
	font: normal normal normal 8pt Tahoma;
}

#poll_table .option {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 4px;
}

#poll_table .message {
	color: #000000;
	display: block;
	font: normal normal normal 8pt Tahoma;
}

#poll_table .button {
	float: right;
	margin-bottom: 10px;
	width: 60px;
	text-align: center;
	font: normal normal normal 8pt Tahoma;
}
/* /poll */

/* footer */
#footer {
	direction: ltr;
	color: #13467B;
	font: normal normal normal 8pt Tahoma;
	text-align: center;
	padding-top: 11px;
}

#footer a {
	color: #13467B;
	text-decoration: none;
}

#footer a:hover {
	color: #13467B;
	text-decoration: underline;
}
/* /footer */

/* sitemap */
#sitemap {
	margin: 5px 10px;
}

#sitemap h3 {
	color: #82030F;
	font: normal normal 600 10pt Tahoma;
}

.sitemap_grey {
	background: #155491;
}

.sitemap_title {
	background: #114374;
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item_row {
	background: #c1c1c1;
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item {
	color: #254A70;
	font: normal normal bold 8pt Tahoma;
}

a.sitemap_item {
	color: #000000;
	text-decoration: none;
}

a.sitemap_item:hover {
	color: #000000;
	text-decoration: none;
}

.sitemap_grey2 {
	background: #1966AF;
}

.sitemap_item_row2 {

	background: #efefef;
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	padding: 0 7px 0 14px;
}

.sitemap_item2 {

	color: #000000;
	font: normal normal normal 8pt Tahoma;
}

a.sitemap_item2 {

	color: #000000;
	text-decoration: none;
}

a.sitemap_item2:hover {
	color: #800000;
	text-decoration: none;
}
/* /sitemap */

/* page */
#page_content {
	font-family: tahoma;
	font-size: 80%;

}

#page_content th, #page_content td, #page_content caption {
	font-family: arial;
	font-size: 100%;
}

#page_content h1, #page_content h2, #page_content h3, #page_content h4, #page_content h5, #page_content h6 {
	color: #000080;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 4px;
}

#page_content a {
	color: #000000;
	text-decoration: none;

}

#page_content a:hover {
	color: #012E52;
	text-decoration: underline;
}

#page_content .intro {
	color: #333333;
}

#page_content .page_image {
	border: 0;
	display: inline;
	float: right;
	padding: 5px;
	text-align: center;
	width: auto;
}

#page_content .image_desc {
	color: #333333;
	font-size: 75%;
}

#page_content .page_body {

    font-family: tahoma;
    color: #1d1d1d;
    line-height: 18px;
	clear: left;

}

#page_content .page_date
    {

    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color=#c0c0c0, Positive=true)";
    }

#page_content .page_stat {
	font-size: 8pt;
}


.update_date
    {
    
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #999999;
    text-align: justify;
    padding: 0px 5px 0px 5px;
    }



/* /page */

/* print */
#print_page_content {
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 75%;
	margin: 5px 10px;
}

#print_page_content th, #print_page_content td, #print_page_content caption {
	font-family: Tahoma;
	font-size: 75%;
}

#print_page_content h1, #print_page_content h2, #print_page_content h3, #print_page_content h4, #print_page_content h5, #print_page_content h6 {
	color: #82030F;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
}

#print_page_content a {
	color: #666666;
	text-decoration: underline;
}

#print_page_content a:hover {
	color: #666666;
	text-decoration: none;
}

#print_page_content a.print_tools {
	color: #000000;
	text-decoration: underline;
}

#print_page_content a.print_tools:hover {
	color: #000000;
	text-decoration: none;
}

#print_page_content .print_intro {
	color: #333333;
}

#print_page_content .print_page_image {
	border: 0;
	display: inline;
	float: right;
	padding: 5px;
	text-align: center;
	width: auto;
}

#print_page_content .print_image_desc {
	color: #333333;
	font-size: 75%;
}

#print_page_content .print_page_body {
	clear: left;
}

#print_page_content .print_page_date {
}
/* /print */

/* email */
#email_table {
	font: normal normal normal 8pt Tahoma;
	margin: 10px;
	width: 340px;
}

#email_table h3 {
	color: #82030F;
}

#email_table label {
	font: normal normal normal 8pt Tahoma;
}

#email_table .textbox {
	font: normal normal normal 8pt Tahoma;
}

#email_table .textbox_ltr {
	direction: ltr;
	font: normal normal normal 8pt Tahoma;
}

#email_table .button {
	font: normal normal normal 8pt Tahoma;
}
/* /email */

/* paging */
#paging {
	margin: 5px 10px;
}

#paging .highlight {
	color: #000000;
	font: normal normal bold 8pt Tahoma;
}

#paging a.link {
	color: #000000;
	font: normal normal normal 8pt Tahoma;
	text-decoration: underline;
}

#paging a.link:hover {
	color: #000000;
	text-decoration: none;
}
/* /paging */

/* news_panel */
#news_panel {
	margin: 5px 10px;
}

#news_panel h3 {
	color: #82030F;
	font: normal normal bold 10pt Tahoma;
}

#news_panel .switch {
	color: #666666;
	font: normal normal bold 10pt Tahoma;
}

#news_panel .switch a {
	color: #666666;
	font: normal normal normal 10pt Tahoma;
	text-decoration: underline;
}

#news_panel .switch a:hover {
	color: #666666;
	text-decoration: none;
}

#news_panel .news_list_text {
	color: #000000;
	font: normal normal normal 10pt Tahoma;
}

#news_panel .news_category_list {
	color: #000000;
	font: normal normal normal 10pt Tahoma;
}
/* /news_panel */

/* news */
#news_content {
	font-family: Tahoma;
	font-size: 100%;
}

#news_content th, #news_content td, #news_content caption {
	font-family: Tahoma;
	font-size: 75%;
}

#news_content h1, #news_content h2, #news_content h3, #news_content h4, #news_content h5, #news_content h6 {
	color: #82030F;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
}

#news_content a {
	color: #666666;
	text-decoration: underline;
}

#news_content a:hover {
	color: #666666;
	text-decoration: none;
}

#news_content .intro {
	color: #333333;
}

#news_content .news_image {
	border: 0;
	display: inline;
	float: right;
	padding: 5px;
	text-align: center;
	width: auto;
}

#news_content .image_desc {
	color: #333333;
	font-size: 75%;
}

#news_content .news_body {
	clear: left;
}

#news_content .news_date {
}
/* /news */

/* news_list */
#news_list {
	background-color: #ffffff;
	margin: 5px 10px;
}

#news_list .news_list_title {
	color: #000000;
	font: normal normal bold 9pt Tahoma;
}

#news_list a.news_list_mode, #news_list a.news_list_mode:visited {
	color: #dcdcdc;
	font: normal normal bold 9pt Tahoma;
	text-decoration: none;
}

#news_list a.news_list_mode:hover {
	color: #a9a9a9;
	text-decoration: none;
}

#news_list .news_list_mode {
	color: #000000;
	font: normal normal bold 9pt Tahoma;
}

#news_list .news_list_text {
	color: #666666;
	font: normal normal normal 9pt Tahoma;
}

#news_list .news_category_list {
	color: #666666;
	font: normal normal normal 9pt Tahoma;
	width: 200px;
}

#news_list .news_list_header {
	background: #276CAC;
	border-bottom: 1px solid #124676;
	border-left: 1px solid #124676;
	border-right: 1px solid #3C93E2;
	border-top: 1px solid #3C93E2;
	color: #ffffff;
	cursor: hand;
	font: normal normal normal 9pt Tahoma;
	text-align: center;
}

#news_list .news_list_col_row, #news_list .news_list_col_imp, #news_list .news_list_col_res, #news_list .news_list_col_url, #news_list .news_list_col_cat, .news_list_col_date {
	border-bottom: 1px solid #dcdcdc;
	color: #666666;
	font: normal normal normal 9pt Tahoma;
	vertical-align: middle;
}

#news_list a.news_list_col_url, #news_list a.news_list_col_url:visited {
	border-bottom: 0px;
	color: #454343;
	text-decoration: none;
	vertical-align: middle;
}

#news_list a.news_list_col_url:hover {
	border-bottom: 0px;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
}
/* /news_list */

/* poll_result */
#poll_result {
	font-family: Tahoma;
	font-size: 75%;
	margin: 5px 10px;
}

#poll_result .title {
	color: #82030F;
	font-weight: bold;
}

#poll_result .question {
	font-size: 10pt;
}

#poll_result .total {
	font-weight: bold;
}

#poll_result .legend_text {
	font-family: Tahoma;
	font-size: 75%;
}

#poll_result .legend_quantity {
	font-family: Tahoma;
	font-size: 75%;
}
/* /poll_result */

/* search_result */
#search_result {
	font-family: Tahoma;
	margin: 5px 10px;
}

#search_result * {
	font-size: 10pt;
}

#search_result .title {
	color: #82030F;
	font-weight: bold;
}

#search_result .message {
	color: #333333;
}

#search_result a.sarea, #search_result a.sarea:visited {
	color: #454343;
	text-decoration: underline;
}

#search_result a.sarea:hover {
	color: #000000;
	text-decoration: none;
}

#search_result .sarea {
}

#search_result .row {
	background: #FAFAFA;
	padding: 2px 10px;
}

#search_result .row_title {
	color: #000000;
}

#search_result a.row_title, #search_result a.row_title:visited {
	color: #112847;
	text-decoration: underline;
}

#search_result a.row_title:hover {
	color: #000000;
	text-decoration: none;
}

#search_result .row_date {
	color: #808080;
}

#search_result .row_sum {
	color: #000000;
	padding: 2px 10px;
	text-align: justify;
}
/* /search_result */

.search {
	background: #ffff33;
	color: #000000;
}