.ptitle{
height: 30px;
line-height: 30px;
padding-left: 10px;
color: #333333;
font-size: 12px;
font-weight: bold;
font-family: nina;
background: #ecf1f5;
border: 1px solid #ccd1d5;
}

.mtitle{
display: block;
height: 30px;
line-height: 30px;
color: #63b627;
font-size: 14px;
font-weight: bold;
font-family: Tahoma;
}

p{
margin: 10px 0px;
font-size: 12px;
color: #666666;
line-height: 18px;
}

.about{
width: 190px;
padding: 10px 10px 5px 10px;
margin-bottom: 10px;
}

.about span{
display: block;
line-height: 20px;
margin-bottom: 5px;
}

.about span a{
color: #333333;
display: table-cell;
display: inline-block;
text-decoration: none;
font-size: 12px;
font-family: Tahoma;
padding-left: 15px;

background: transparent url(../images/arrow.gif) no-repeat left top;
}
.about span a:hover{
color: #000002;
text-decoration: underline;
}
