html {
     overflow: -moz-scrollbars-vertical;
}

.lang_sel
{
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
}

.footer
{
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration: none;
}

.news_container
{
	background: white;
	border: solid 1px #d5d5d5;
	border-top: solid 0px;
	border-bottom: solid 0px;
	padding: 6px;
	padding-bottom: 0px;
}

.news_bullet
{
}

.news_title
{
	font-size: 10px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #adaeb0;
}

.news_title_over
{
	font-size: 10px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.news_body
{
	font-size: 10px;
	font-family: Arial, Tahoma;
	color: black;
	text-decoration: none;
}

.menu_row
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #ababab;
	text-decoration: none;
	padding-right: 4px;
	cursor: pointer;
}

.menu_row_over
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: white;
	text-decoration: none;
	padding-right: 4px;
	cursor: pointer;
}

.sub_menu_row
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #ababab;
	text-decoration: none;
	padding-right: 4px;
	cursor: pointer;
}

.sub_menu_row_over
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #ababab;
	text-decoration: underline;
	padding-right: 4px;
	cursor: pointer;
}

.menu_container
{
	background: white;
	border: solid 1px #d5d5d5;
	cursor: pointer;
}

.menu_img
{
	cursor: hand;
}

.menu_tb
{
	background-color: White;
}

.menu_tb_over
{
	background-color: #c93833;
}

.loc
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #c83838;
	padding-left: 4px;
}

.loc_link
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #c83838;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 4px;
}

.loc_table
{
	background-color: White;
	padding-left: 4px;
	padding-top: 8px;
	border: solid 1px #d5d5d5;
	border-bottom: solid 0px;
}

.menu_tb_show
{
	background: white;
	border: solid 1px #d5d5d5;
	display: block;
}

.menu_tb_hide
{
	display: none;
}

.content_text
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: Black;
	text-align: justify;
	line-height: 20px;
}

.content_text_bullet
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: Black;
	text-align: left;
	padding-left: 4px;
	line-height: 14px;
}

.content_highlight
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: Black;
	text-align: justify;
	font-weight: bold;
	line-height: 20px;
}

.content_label
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #c93833;
	font-weight: bold;
}

.content_text_gray
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #a7a7a7;
	text-align: justify;
	line-height: 20px;
}

.content_frame
{
	border: solid 1px #d5d5d5;
	border-top: solid 0px;
}

.content_title
{	
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #c93833;
	font-weight: bold;
	padding-left: 5px;
}

.content_title_no_bullet
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #c93833;
}

.content_title_clickable
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #c93833;
	padding-left: 5px;
	cursor: pointer;
}

.map_small
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: bold;
	color: #a9adb0;
	padding-left: 8px;
	cursor: pointer;
}

.map_image
{
	cursor: pointer;
}

.content_title_bd
{
	font-size: 12px;
	font-family: Arial, Tahoma;
	color: #c93833;
	text-align: justify;
	font-weight: bold;
	line-height: 20px;
}

.content_date
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #c93833;
	font-weight: bold;
	line-height: 20px;	
	padding-left: 5px;
	padding-right: 4px;
}

.content_link
{
	font-size: 11px;
	font-family: Arial, Tahoma;
	color: #c93833;
	text-align: right;
	text-decoration: underline;
}

.clickable
{
	cursor: pointer;
}