body {
	background: #FFF;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
/*a:link, a:visited {
	color: #FF2A84;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	background: #FF2A84;
}
*/
#tabs {
	/*background: #DDD;*/
	/*border-bottom: 1px solid #A1A1A1;*/
	margin: 1.4em 0 0;	/* Move tabs lower */
	/*padding: 1.4em 0 0;	 Move content inside tabs lower */
	font-weight: bold;
}
#tabs ul, #tabs ul span li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs ul {
	padding: 5px 0 5px;
	text-align: right;
	margin-right:10px;
}
#tabs ul span li {
	display: inline;
}
#tabs ul span li a {
	background: url(tableft.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0;
}
#tabs ul span li span {
	/*background: url(tabright.gif) no-repeat right top;*/
	padding: 5px 7px 5px 3px;
	margin: 4px 0 4px 4px;
}
#tabs ul span li a:hover span {
	text-decoration: underline;
	background-position: 100% -75px;
}
#tabs ul span li a:hover {
	background-position: 0 -75px;
}
#tabs #current a {
	background-position: 0 -150px;
}
#tabs #current a span {
	background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */ 
  
/*\*//*/
#tabs ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#tabs ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #tabs ul li a {
	padding: 0;
}
/**/


#content{    
    background:#EAEAEA;
    clear:both;
    font-size:11px;
    color:#000;
    padding:10px;
    font-family:Arial, Helvetica, sans-serif;
}