body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
  color : #333333;
  text-decoration : none;
}
a:hover {
  color : #333333;
  text-decoration : underline;
}

.bg_image {
	background-repeat: repeat-x;
}
.bg_down_left {
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.white_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.black_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.big_black_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.big_blue_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	font-size: 14px;
	font-weight: bold;
}

.lmenu {
	background-color: #FDE181;
}

.lmenu_active {
	background-color: White;
}
.tmenu {
	background-color: #6699CC;
}

.tmenu_active {
	background-color: #28357A;
}

.button {
  font-size: 9pt;
  color: #ffffff;
  font-weight : bold;
  background-color: #6699CC;
  border: 1 solid #336699;
}
.fd {
  font-size: 8pt;
  color: #000000;
  background-color: #ffffff;
  border: 1 solid #333333;
}

.news{
	color: #ffffff;
	text-decoration: none;
}
a:hover.news{
	color: #ffffff;
	text-decoration: underline;
}

a.newsName {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover.newsName {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
  text-decoration : underline;
}

.newsDate {
	color: #FDE181;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}