.TitleCellCSS  { 
	color: firebrick; 
	font-size: 15px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana; 
}
.AboutUsBulletValueCellCSS {
	font-size : 11px;
}
/*** LOCATION Related ***/
.locNameValueCellCSS  {
        border : 0px;
        vertical-align : top;
        font-size: 14px;
        color: grey;
        font-weight: bold;
        font-style: italic;
}
                                                                                
.addrValueCellCSS  {
        border : 0px;
        vertical-align : top;
}

.emailValueCellCSS  {
        font-style: italic;
        border : 0px;
        vertical-align : top;
        color : navy;
}
.LocHdrValueCellCSS  {
        font-size: 18px;
        border : 0px;
        vertical-align : top;
        font-weight: bold;
        text-decoration: underline;
}
.LocNoWrapValueCellCSS  {
        border : 0px;
        vertical-align : top;
        white-space: nowrap;
}
.suppTrailerCSS {
        border : 0px;
        width: 500px;
        vertical-align : top;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
}


