﻿body 
{
      font-family: Verdana, Arial;
      font-size:10px;
}

td
{
         font-size:10px;
}

th
{
         font-size:10px;
}

.loginbox
{
    width:90%;
    height:200px;
    border: none;
    margin-top:40px;
    font-size:14px;
}


.greenbutton
{
    width:60px;
    height:26px;
    color:White;
    background-color: #336763;
    border: 1px solid silver;
    cursor: pointer;
    
}


.10
{
    font-size:10px;
}

.16
{
    font-size:16px;
}

a 
{
 text-decoration:none;
 color:   #336763;
}

a:hover
{
 text-decoration:none;
 color:   black;
}



.hidden 
{
    display:none;
}

.shown 
{
    display:block;
}