BODY {
        color: #000000;
        background-color: #D1D3D4;
        font-size : 10px;
        font-family: verdana, arial, helvetica, sans-serif;
        margin: 60px auto auto 10px;
}

TD    {
        font-size : 10px;
        font-weight : normal;
        font-family: verdana, arial, helvetica, sans-serif;
}

INPUT,SELECT,TEXTAREA         {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
        border : 1px solid #000000;
        background-color : #E97E12;
        color : Black;
}

BUTTON  {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
        border : 1px solid #000000;
        background-color : #E97E12;
        color : Black;
}

a:link
        {
        font-family :verdana ;
        font-size : 8pt;
        font-weight: normal;
        color : #000000;
        text-decoration : none;
        }

a:visited
        {
        font-family : verdana;
        font-size : 8pt;
        font-weight: normal;
        color : #000000;
        text-decoration : none;
        }

a:hover
        {
        font-family : verdana;
        font-weight: normal;
        text-decoration: underline;
        color : #E97E12;
        text-shadow : inherit;
        font-size: 8pt;
        }

#scrollarea{
        background: #E6E7E8;
	width: 450px;
	height: 70px;
	text-align: center;
        }

