﻿html
{
    height:100%;
    margin-top:0px;
    margin-bottom:0px;
}
body
{
    font-family: verdana;
    font-size: 12px;
    background-color: #808080;
    height: 100%;
    margin-top:0px;
    margin-bottom:0px;
}



a a:link
{
    font-family: verdana;
    font-size: 12px;
    color: #006666;
}
a:hover
{
    text-decoration: underline;
}
input,textarea
{
    border: 1px;
    border-color: #42568C;
    border-bottom-style: solid;
    background-color: #FFFF99;
    font-family: verdana;
    font-size: 12px;
    font-style: italic;
}

.btnPrimary
{
    border: 1px;
    border-color: #42568C;
    border-bottom-style: solid;
    background-color: #42568C;
    font-family: verdana;
    font-size: 12px;
    color: White;
    font-weight:bold;
    font-style:normal;
}
