.red {
    font-family: Tahoma;
    font-size: 11px;
    color: #ff0000;
    text-decoration: none;
    font-weight:normal;
    text-align:justify;
}

.orange {
    font-family: Tahoma;
    font-size: 11px;
    color: #ff4500;
    text-decoration: none;
    font-weight:normal;
    text-align:justify;
}

.normal_text {
    font-family: Trebuchet MS, Tahoma;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight:normal;
//    text-align:justify;
}

.bold_text {
    font-family: Trebuchet MS, Tahoma;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight:bold;
    text-align:justify;
}

.message_text {
    font-family: Trebuchet MS, Tahoma;
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    font-weight:normal;
    text-align:justify;
}

.standard_nowidth {
    font-family: Tahoma;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight:normal;
    text-align:justify;
	height:23px;
	line-height:23px;
	padding:2px 0;
}

.tr_Header {
    font-family: Arial;
    font-size: 12px;        
    color: #ffffff;
    font-weight: bolder;
    background-color: #5f80ad;
}

.tb_1 {
    font-family:Arial;
    font-size: 11px;
    color: #ffffff;
    background-color: #5f80ad;
    text-align:center;
}

table{border:0;}
iframe {
    height: -webkit-fill-available;
}