﻿html {
scrollbar-face-color: #819fce;
scrollbar-shadow-color: #0000FF;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #a0a5cc;
scrollbar-darkshadow-color: #6c8bb9;
scrollbar-track-color: #d2dceb;
scrollbar-arrow-color: #000000;
}
body 
{
 font-size:12px;
 font-family:Verdana, Arial, Sans-Serif;
 align:center;
}
#mainTable
{
    height:760px;
    width:90%;
    margin:0% 5% 0% 5%;
}
#firstRow
{
    width:100%;
    height:160px;
}
#secRow
{
    width:100%;
    height:560px;
}
#thirdRow
{
    width:100%;
    height:40px;    
}

.topTable
{
    height:200px;
    width:100%;
}

.middleTable
{
    height:200px;
    width:100%;
}
.bottomTable
{
    height:214px;
    width:100%;
}
.rightRow
{
    width:100%;
    height:25px;
    color:#666666;
}
.rightCell
{
    width:50%;
    height:25px;
    text-align:left;
}
