.page{
	
}

.page .title{
text-align: left;
float: left;
color: #3F3F3F;
font-size: 20pt;
margin-bottom:10px;
}

.page hr{
border: 1px solid #778899;
}

.page .tab-content #about{
color: #3F3F3F;
font-size: 10pt;
line-height: 2em;
}


.page #content-guidebar{
	width:100%;
	height:20px;
	background-color:#FCFCFC;
	font-size:12px;
}

.page #content-guidebar span a{
	color:#A59999;
	padding:5px;
	margin:5px;
	font-weight: bold;
}

.page #content-guidebar span a:hover{
	cursor:pointer;
	color:#E04900;
	font-weight: bold;	
	/*blue color=> #0088CC*/
}