/* LBP - CSS */

body {margin: 0px;}

#toolTipBox {
	display: none;
	padding: 5;
	font-size: 12px;
	border: black solid 1px;
	font-family: verdana;
	position: absolute;
  background-color: #ffd038;
  color: 000000;
}


/* ---------- ---------- ---------- ---------- ---------- Ticker */
#tic {
  /* enter any styles for the ticker below */
  border: 0em #CEC3AD solid;

  padding:4px;
  width:100%;
  line-height:14px;
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}

/* ---------- ---------- ---------- ---------- ---------- Top Menu */
.top_menu {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover.top_menu {
	color:#CCCCCC;
}

/* ---------- ---------- ---------- ---------- ---------- Left Menu*/
a.left_menu {
	font-family:Tahoma;
	font-size:10px;
	color:#5c5b5e;
	text-decoration:none;
}
a:hover.left_menu {
	color:#CCCCCC;
}

/* ---------- ---------- ---------- ---------- ---------- Main */
.tbl_border {
	font-family:Tahoma;
	font-size:11px;
	color:#5c5b5e;
	border-color:#939393;
	border-style:solid;
	border-width:1px;
}
.text {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
.text_table {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.text_heading {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:bold
}

.news_heading {
	font-family:Tahoma;
	font-size:11px;
	color:#889D12;
}
.page_subheading {
	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;
	color:#558f1f;
}

/* ---------- ---------- ---------- ---------- ---------- */

.link_headdings {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #5E9750;
}

.red_link {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
a.orenge_link {
	font-family:Tahoma;
	font-size:10px;
	color:#999999;
}
a:hover.orenge_link {
	color:#FF6633;
}
.sub_page_heading {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#95A636;
	font-weight:bold;
}

/* ---------- ---------- ---------- ---------- ---------- Footer */

.footer {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.footer_active {
	font-family:Tahoma;
	font-size:11px;
	color:#ABD977;
	text-decoration:none;
}
.link_footer {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover.link_footer {
	color:#CCCCCC;
}