body {
	font-family:tahoma, helvetica, arial, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	background-image:url(img/label.gif);
	background-position:0px -25px;
	/*color:#7a8180;*/
	overflow:hidden;
  } 

.shadetabs{
  float:left;
  width:100%;
  height:27px;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
}

.shadetabs li{
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 3px;
}

.shadetabs ul
{
  margin:0;
  padding:2px 2px 0;
  list-style:none;
}

.shadetabs li a{
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:2px 5px 4px 2px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

.shadetabs li a:visited{
color: #6C53B8;
}

.shadetabs li a:hover{
  color:#333;
}

.shadetabs li.selected{
background-image:url("left_on.gif");
}

.shadetabs li.selected a{ /*selected main tab style */
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 5em; padding: 10px;
}
