.atts
{
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: 640px;
	border-bottom: 0px solid #ffffff; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.atts ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.atts li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.atts a
{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #59452a;
	text-decoration: none;
	margin: 0px 2px 0px 0px; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #d9dadb; /*Brown color theme*/
	border-bottom: 2px solid #ffffff;
}

.atts a:hover
{
	background-color: #e5e2cb; /*Brown color theme*/
	color: #59452a;
}

.atts a.selected
{
	/*currently selected tab*/
	background-color: #e5e2cb; /*Brown color theme*/
	color: #59452a;
	border-color: #e5e2cb; /*Brown color theme*/
	border-bottom: 2px solid #e5e2cb;
	
}

.tabcontent
{
	display: none;
	padding: 15px;
	background-color: #e5e2cb;
	min-height: 350px;
}

@media print
{
	.tabcontent
	{
		display: block !important;
	}
}
