body, td, tr, table, p
{
        font-family : "Verdana";
        }
.textcell{
        font-weight : 500;
        font-size : 15px;
        font-family : "Verdana";
		color: #183B23;
        }

.textb{
        font-weight : 600;
        font-size : 15px;
        font-family : "Verdana";
		color: #183B23;		
        }
		
.smalltext{
        font-weight :600;
        font-size : 12px;
        font-family : "Verdana";
		color: #183B23;		
        }
.textp{
        font-weight :500;
        font-size : 19px;
        font-family : "Verdana";
		color: #183B23;
        }

    a:link {
        text-decoration:none;
		color: #DB5325;
                }
        a:visited {
        text-decoration :none;
        color:#DB5325;
        }
        a:active {
        text-decoration: none;
		color: #DB5325;
        }
        a:hover {
        color: #ffffff;
        text-decoration: none;     
		}
