#content #tabs {
	background: url('../images/grey_grad_back.gif') repeat-x left top;
	padding-top: 30px;
	width: 630px;
	clear: both;
	margin-bottom:30px;
}

#tabs ul.tabheads {
	width: 630px;
	margin: 0px;
	padding: 0px;
}

#tabs ul.tabheads li {
	margin: 0px 9px;
	padding: 0px;
	float: left;
	display: block;
	height: 36px;
	width: 144px;
	list-style: none;
}

#tabs ul.tabheads li.first {
	margin-left: 0px;
}

#tabs ul.tabheads li.last {
	margin-right: 0px;
}

#tabs ul.tabheads li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 24px;
	width: 136px;
	background: url('../images/tabs_buttons.gif') no-repeat left top;
	text-decoration: none;
	color: #FFF;
	padding: 10px 4px 0px 4px;
}

#tabs ul.tabheads li a.active {
	background: url('../images/tabs_buttons.gif') no-repeat left -36px;
}

#tabs ul.tabheads li a:link,
#tabs ul.tabheads li a:visited {
	text-decoration: none;
	color: #FFF;
}


#tabs ul.tabheads li a:hover {
	text-decoration: none;
	background: url('../images/tabs_buttons.gif') no-repeat left -36px;
	color: #FFF;
}

#tabs ul.tabheads li a:active {
	text-decoration: none;
	color: #FFF;
}

#tabs .tabcontainer {
	clear: both;
	width: 630px;
}

#tabs .tabcontainer .tabtext {
	display: none;
	width: 630px;
	padding: 10px 0px;
}

#tabs .tabtext p {
	font-family: Arial;
	font-size:12px;
	color:#666;
	line-height:16px;
	margin: 10px 0px;
	padding: 0px;
}


