body {
	margin: 0 auto;
	}

#form {
	display: block;
	text-align: center;
}

div.tabs {
	display: block;
	clear: both;
	font-family: sans-serif;
	font-size: small;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13px;
	
}
div.tabs ul {
	margin:0;
	padding:0px 10px 0;
	list-style:none;
	display: inline;
}
div.tabs li {
	margin-top: 13px;
	padding:0;
	display: inline;
}
div.tabs a {
	float:left;
	padding:0 10px 0 0;
	text-decoration:underline;
	color:#666666;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
/* End IE5-Mac hack */


div.tabs a:hover {
	color:#666666;

}

body.tabs div.tabs li.selected {

	border-width:0;
}

body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	
	color:#333;
	text-decoration: none;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a{

	color:#666666;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {

}

/* tab body */
div.tabBody {
	clear: both;
	text-align: center;
	height: 35px;
}

/* use this if javascript is turned off */
div.tabItem {
	border: 1px solid #765;
	margin: 1em;
	padding: 0.5em 1em;
}

body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }
