h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	color: #036;
}
p {
	font: 18px Georgia, "Times New Roman", Times, serif;
}
.ui-tabs-hide {
  display: none;
}
.ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.ui-tabs-nav li {
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
}
.ui-tabs-nav a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-wieght: bold;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 5px 15px 3px 15px;
  border: 1px solid #999;
  border-bottom: none;
}
.ui-tabs-panel {
  clear: left;
  border: 1px solid #999;
  margin: 0;
  padding 10px;
  background: #DDDDDD;
  width: 650px;
}
.ui-tabs-selected a {
  color: #000;
  background: #DDDDDD;
  position: relative;
  top 1px;
}