/* CSS Document */
#tabs { font-family: Verdana, sans-serif; font-size: 13px; }
#tabs li {
	list-style: none;
	float: left;
	width: 170px;
	height: 35px;
	margin: 0 2px;
	vertical-align: bottom;
	line-height: 35px;
}
    #tabs li a {
        background-color: #ECEDE9;
        color: #222;
        font-weight: bold;
        text-decoration: none;
        width: 170px;
        height: 35px;
        display: block;
        float: left;
        line-height: 35px;
        text-align: center;
    }
        #tabs li a:hover,
        #tabs li a:active { background-color: #DFDDBF; }

	div.content {
	color: #676767;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ECEDE9;
	padding: 25px;
	width: 550px;
	height: 550px;
	line-height: 20px;
    }
	
	#container {
	clear: both;
	height: 500px;
	overflow: hidden;
	padding-top: 5px;
}

#tabsbb { font-family: Verdana, sans-serif; font-size: 13px; }
#tabsbb li {
	list-style: none;
	float: left;
	width: 170px;
	height: 35px;
	margin: 0 2px;
	line-height: 35px;
}
    #tabsbb li a {
        background-color: #D1D3CB;
        color: #222;
        font-weight: bold;
        text-decoration: none;
        width: 170px;
        height: 35px;
        display: block;
        float: left;
        line-height: 35px;
        text-align: center;
    }
        #tabsbb li a:hover,
        #tabsbb li a:active { background-color: #DFDDBF; }
		
	div.content2 {
	color: #676767;
	font-family: Verdana;
	font-size: 16px;
	background-color: #ECEDE9;
	padding: 0 0 0 25px;
	width: 576px;
	height: 35px;
	line-height: 35px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -8px;
    }
