#tabs{
	padding:0;
	margin:0;
	font-family:Georgia, Geneva, Arial, Helvetica, san-serif;
	color:#FFF;
	font-weight:bold;
}
#tabs ul{
    list-style:none;
    margin:0;
    padding:0;
}
#tabs ul li{
    display:inline;
    margin:0;
    text-transform:capitalize;
}
#tabs ul li a{
	padding:5px 16px;
	color:#FFF;
	float:left;
	text-decoration:none;
	margin:0;
	text-transform:capitalize;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #666;
}
#tabs ul li a:hover{
	background:#EAEAEA;
	color:#7F9298;
	text-decoration:none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EAEAEA;
	border-left-color: #000;
}
#tabs ul li a.active{
	color:#7F9298;
	background-color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#content{
	clear:both;
	color:#000;
	padding:40px;
	background-color: #FFF;
	width: 850px;
}
a:hover{color:#696969;background-color:#D3D3D3}
/** link style **/
A:link,A:visited,A:active{
	color:#696969;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;}
#content2 {
	clear:both;
	color:#000;
	padding:0px;
	background-color: #FFF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#content2header {
	clear:both;
	color:#000;
	background-color: #FFF;
	width: 950px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: auto;
}
.label1 {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif
}
