    body,p,ul,ol,li,div,table,tr,td,br,a  {
    	font-family : Verdana, Arial, Helvetica, Sans Serif;
    	font-size: 13px;
    }

    A:VISITED, A:LINK, A:ACTIVE {
    	color:#000000;
    	text-decoration:none;
    	font-weight:bold;
    }

    A:hover {
    	color:#000000;
    	text-decoration: none;
    	font-weight:bold;
    }

    a.red:visited, a.red:link, a.red:active {
        font-size: 10px;
        text-decoration: none;
        color: #b00000;
        font-weight: normal;
    }

    a.red:hover{
        font-size: 10px;
        text-decoration: none;
        color:#800000;
        font-weight: normal;
    }

    .form {
        border:1px solid #000000;
        font-family : Verdana, Arial, Helvetica, Sans Serif;
        font-size: 11px;
        color: #545454;
        font-weight: normal;
    }

    .button {
    	border-right: #000000 1px solid;
    	border-top: #000000 1px solid;
    	font-size: 10px;
    	border-left: #000000 1px solid;
    	border-bottom: #000000 1px solid;
    	font-family: verdana, helvetica, arial, sans-serif;
    	background-color: rgb(219,219,219)
    	width:50px;
    }

    .red {
        color: #630101;
        font-size: 11px;
    }

    .jf
    {
        text-align: justify;
    }


    .small {
        font-size: 10px;
    }

    .large {
        font-size: 18px;
    }



