

.textcell{
        font-weight : 500;
        font-size : 15px;
        font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
        }

.smalltext{
        font-weight :normal ;
        font-size : 12px;
        font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
        }

.tinytext{
        font-weight :normal ;
        font-size : 11px;
        font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
        }

.textp{
        font-weight :500;
        font-size : 17px;
        font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
        color: #0A3A53;
        }

.textmini {
                font-weight: normal;
                font-size: 10px;
                font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
                }

    a:link {
        text-decoration:none;
        color: #012DA2;
                }
        a:visited {
        text-decoration :none;
        color:#003997;
        }
        a:active {
        text-decoration: none;
        color: #222363;
        }
        a:hover {
        color: #3D3E3E;
        text-decoration: underline;     
		}