#tabs {

  width: 620px;

}



#header2 {

  width: 100%;

  float: left;

  border-bottom: 1px solid #666699;

}



ul.tabs {

  margin: 0;

  padding: 0;

  list-style: none;

}



ul.tabs li {

  margin: 0;

  padding: 0;

  float: left;

}



ul.tabs a {

  text-decoration: none;

  display: block;

  margin: 0 2px 0 2px;

  padding: 3px 10px;

  border: 1px solid #666699;

  border-width: 1px 1px 0 1px;

  background: #666699;

  color: #ffffff;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif; 

  	FONT-WEIGHT: bold;

}



ul.tabs a.current {

  background: white;

  color: #333366;

  margin-bottom: -1px;

  padding-bottom: 4px;

    border-bottom: 1px solid #ffffff;

}



ul.tabs a:hover {

  background:#b0c2d6;

}



#tabs .content {

  clear: both;

}



#tabs .content_tab {
	background-color:#FFFFFF;

  padding: 20px;

  border: 1px solid #666699;

  border-width: 0px 1px 1px 1px;

  overflow: auto;

  	color:#333333;

	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	text-decoration:none;

	FONT-WEIGHT: normal;

}










