    body {
	margin:0;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

h2 {
	font: bold 14px Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
img {
border: none;
} 

.wp_page {
  padding: 0 10px;
}


/*- Menu Tabs I--------------------------- */

#tabs {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #DD740B;
  margin-bottom: 10px;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}
#tabs li {
  display:inline;
  margin:0;
  padding:0;
}
#tabs a {
  float:left;
  background:url(../images/tableftI.gif) no-repeat left -42px;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}
#tabs a span {
  float:left;
  display:block;
  background:url(../images/tabrightI.gif) no-repeat right -42px;
  padding:5px 15px 4px 6px;
  color:#FFF;
}
#tabs #selected a {
  background-position: 0 top;
}
#tabs #selected a span {
  background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
}
#tabs a:hover {
  
}
#tabs a:hover span {
  text-decoration: underline;
}


