
ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	width: 540px;
	
}
ul.tabs1 a:link
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-aling:center;
	color:#645847;
	font-weight:bold;
}
ul.tabs1 a:hover
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-aling:center;
	color:#645847;
	font-weight:bold;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 538px;
	height:366px;
	background: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #6c6860;
	border-bottom:none;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_container a:link
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3899a3;
	font-weight:bold;
}
.tab_container a:active
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3899a3;
	text-decoration:none;
	font-weight:bold;
}
.tab_container a:visited
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3899a3;
	text-decoration:none;
	font-weight:bold;
}
.tab_container a:hover
{	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3899a3;
	text-decoration:none;
	font-weight:bold;
}

.tab_content {
	padding: 20px;

}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}