/* 
   Stylesheet for PHX_MainContentTitle 
*/

.phxMainConTentTitle {
   margin-left: 10px;
}

.phxMainContentTitle h1 {
   font-size: 24px;
   margin-top: 1px;
   white-space: normal;
   width: 425px;
   /*Additions by Asad Khan*/
   /*padding-bottom:12px;*/
}

.phxMainContentTitle h3 {
   font-size: 16px;
   padding-bottom: 15px;
   font-weight:normal;
}

.phxMainContentTitle strong {
   font-weight: bolder;
   font-size:11px;
}

.phxMainContentTitle p {
   font-size: 11px;
   margin-bottom:4px;
}

/*Addtions by Asad Khan*/
.phxMainContentOptionalTitle  {
	margin-top:-10px!important;
}

.phxMainContentTitle h1, .phxMainContentTitle h3{
white-space: pre-wrap; 
} 
.phxMainContentTitle h1{
	line-height:27px;
}