body {
			text-align: center;
			margin-left: 0px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.5em;
			font-weight: normal;
			font-size: 12px;
	}


			border:none;
			height:1px;
			margin-bottom:25px;
	}
	
#tabs {
			width:900px;
			background:#FFF;
			line-height:normal;
			padding-left: 10px;
			height: 50px;
			text-align: center;
			margin-left: 10px;
	}

#tabs ul {
			margin:0;
			list-style:none;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 0px;
	}

#tabs li {
			display:inline;
			margin-top: 10;
			margin-right: 10;
			margin-bottom: 10;
			margin-left: 5;
			padding-top: 10;
			padding-right: 10;
			padding-bottom: 10;
			padding-left: 5;
	}

#tabs a {
			float:left;
			margin:0;
			padding:0 0 0 4px;
			text-decoration:none;
			background-color: #fff;
			background-repeat: no-repeat;
			background-position: left top;
	}

#tabs a span {
			float:left;
			display:block;
			color:#00F;
			padding-top: 5px;
			padding-right: 6px;
			padding-bottom: 4px;
			padding-left: 20px;
			background-color: #FFF;
			background-repeat: no-repeat;
			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:#FD0002;
			text-decoration: underline;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

