a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #339933;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #990000;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #41AEF1;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #41AEF1;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-image: url('images/bg1.gif');
}
TD {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #0D2D54;
	background-color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.greed {
	font-size: 11px;
	color: #474747;
}
.blue {
	color: #41AEF1;
}
.white {
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
}

.rightborder {
	border-right: 1px solid #000000;
}

.leftborder {
	border-left: 1px solid #000000;
	border-style: dashed;
}
ul#list-nav {
  list-style:none;
  margin:20px;
  padding:0;
  width:525px
}

ul#list-nav li {
  display:inline
}

ul#list-nav li a {
  text-decoration:none;
  padding:5px 0;
  width:100px;
  background:#485e49;
  color:#eee;
  float:left;
  text-align:center;
  border-left:1px solid #fff;
}

ul#list-nav li a:hover {
  background:#a2b3a1;
  color:#000
}