    div.linkbar
    {
        font-type:arial;
        font-size:11px;
        font-weight:bold;
        vertical-align:bottom;
        letter-spacing:2px;
        nowrap;
    }
    div.linkbar a:link {text-decoration: none; color: black;}
    div.linkbar a:visited {text-decoration: none; color: black;}
    div.linkbar a:active {text-decoration: none; color: black;}
    div.linkbar a:hover {text-decoration: none; color: white;}

    a img { border-width: 0; }
     
    td.input
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
    }
    td.input2
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        background-color: white;
        vertical-align:top;
    }
    td.input3
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        color:#cccccc;
        background-color: white;
        vertical-align:top;
    }
    td.blue
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:12px;
        background-image:url('images/button-bg-2.jpg');
        height:12px;
        font-weight:bold;
    }  
    td.header
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:13px;
    }
    body
    {
        font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
        font-size:14px;
        margin-left:0px;
        margin-right:0px;
    }
    div.main
    {
        text-align:left;
        //width:600px;
    }
    div.data
    {
        //text-align:left;
        //float:left;
        position: absolute;
        //margin-left:170px;
        //left: 170px;
        left:220px;
        top: 140px;
        //width:400px;
        //display:inline;
    }
.blah {
border: thin double rgb(0,0,0);
background-color:#cccccc;
padding: 5px;
}
