.bodybg {
  background-image: url('../images/body_bg.jpg');
  background-repeat: repeat-x;
  background-color: White;
}

.menu_element {
	padding-left: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.menu_element2 {
	padding-left: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.menu_element_menu_selected {
	padding-left: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.art_title {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 14px;
  font-weight: bold;
}

.art_title2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 13px;
	font-weight: bold;
	color: #530002;
}

.news_title {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 12px;
  font-weight: bold;
}

.art_desc {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}
  
.art_datetime {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 10px;
  font-weight: normal;
}
  
.art_content {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 12px;
  font-weight: normal;
}

.article_content {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 13px;
  font-weight: normal;
}

.article_content_small {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 11px;
  font-weight: normal;
}

.article_content_brief {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 12px;
  font-weight: bold;
}

.article_content_small_brief {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 11px;
  font-weight: bold;
}
  
a.art_link {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.art_link:hover {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border : 1px none #336699;
}

a.art_link2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.art_link2:hover {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.art_link_current {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.art_link_current:hover {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
  
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.action_risk {
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
  font-size: 12px;
  font-weight: bold;
  color: Red;
}

.info_text {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	color: #548F86;
	font-weight: normal;
}

.error_text {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.outline {
   border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
	border-left: 1px solid Navy;
	border-right: 1px solid Navy;
}

.news_footer_link {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Console";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #326A61;
}
