/* CSS Document */
.title0{
	width:1000px;
    position: relative;
	margin:20px auto;
	    top: 45px;
}
 .title0 .Ttitlep{
	width: 250px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    top: -20px;

	
}
.title0 .Ttitle{
	width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    
    position: relative;
}
.title0 .Ttitle a{
	font-size:30px;
	margin-left:46px;
	display:inline-block;
}
.title0 .Ttitle p{
text-align:center;
}
.title0 .Ttitle span {
    font-size: 18px;
    text-transform: uppercase;
}