
/* TABS ****/
#tabs {
	position: relative;
  height: 40px;
  margin-top: 40px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#tabs ul li {
  display: inline;
  list-style: none;
  font-size: 9px;
}

#tabs ul a, #tabs ul span, #tabs ul a.current {
  width: 120px;
  height: 25px;
  display: block;
  float: left;
  padding: 2px 0;
  margin: 2px 1px 0 5px;
  text-align: center;
  text-decoration: none;
  color: #2A2A2A;
}

#tabs ul span, #tabs ul a.current, #tabs ul a.current:hover {
  border: 1px solid #152556;
  border-bottom: none;
  background: #E9EFF5;
  padding-bottom: 5px;
  margin-top: 0;
  color: #000000;
}

#tabs ul a {
  background: #b9dcdc;
  color: #6a6a6a;
  border: 1px solid #152556;
  border-bottom: none;
}

#tabs ul a:hover {
  margin-top: 0;
  border-color: #152556;
  background: #962929;
  background: url(../_img/bk2.gif) top repeat-x;
  padding-bottom: 4px;
  color: black;
}

#main2 {
	border: 1px solid #152556;
	clear: none;
	background: #E9EFF5;
	padding-top: 10px;
	margin-right: 5px;
}

#contents2 {
	background: #E9EFF5;
	min-height: 200px;
   padding: 5px;
}

#contents2 table {
  width: 95%;
	border: 1px solid #D66868;
  background: #E9EFF5;
}

#contents2 table:hover {
  background: #F8FAFC;
}

#contents2 a {
	color: #426D93;
	text-decoration: none;
}

#contents2 a:hover {
  color: #21364A;
	background-color: #F4F7FB;
	text-decoration: none;
}