body {
	font: 11px/1.5em Verdana;
	}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
#tabs {
	font-weight:bold;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	/*border-bottom:1px solid #DCDCDC;*/
	background-image:url(../images/tabborder.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}/*
#border
{

	float:left;
border-bottom:1px solid #DCDCDC;
}*/
#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border-bottom:1px solid #DCDCDC;
	}
#tabs .selected {
	border-bottom:0px solid #ffffff;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#707070;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#878787;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  
#tabcontent
{
	padding:10px;
	margin-top:-1px;
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
	border-bottom:solid 1px #DCDCDC;
	border-top:solid 0px #DCDCDC;
	float:left;
}
#tabcontent1
{
	margin-top:-1px;
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
	border-bottom:solid 1px #DCDCDC;
	border-top:solid 0px #DCDCDC;
	float:left;
}