a:link {
    text-decoration: none
    }
a:visited {
    text-decoration: none
    }
a:active {
    text-decoration: none
    }
a:hover {
    text-decoration: underline
    }

body, td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    }

table {
    border: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }

.outertable {
    border: 1px solid #999999;
    padding: 5px 6px 5px 6px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    }

tr {
    vertical-align: top;
    }
    
div {
    display: inline;
    }

.overlay {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #000000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200%;
    opacity: 0.65;
    filter: alpha(opacity=65);
    }

.topoverlay {
    display: none;
    position: absolute;
    z-index: 20;
    background-color: #ffffff;
    top: 100px;
    width: 600px;
    }
 
img {
    vertical-align: top;
    }

h1, h3, h4, h6 {
    font: 1em Verdana;
    margin: 0;
    padding: 0;
    }

h2 {
    font: bold 1em Verdana;
    color: #FF9900;
    margin: 0;
    padding-bottom: 5px;
    }

h5 {
    font: 1em Verdana;
    margin: 0;
    padding: 0;
    }

input, select {
    font: 11px Verdana;
    color: #505050;
    }

.mandatory {
    color: red;
    }

.smalltext {
    font-size: 11px;
    }
    
.smalltextright {
    text-align:right;
    font-size: 11px;
    }

.verysmalltext {
    font-size: 10px;
    }
    