form
{
    margin: 0px;
}
body
{
    text-align: center;
    background: white url('/files/body_gradient.gif') top center;
}
input, textarea, button, p, body, td
{
    font-family: Verdana;
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
}
.button
{
    background: #ffffff url('/files/menu_hover_gradient_ttb.gif') repeat-x top left;
    border: solid 1px #064374;
}
.textbox
{
    background: #ffffff url('/files/textbox_gradient_ttb.gif') repeat-x top left;
    border: solid 1px #064374;
}
a, a:visited
{
    color: #064374;
}
h1, h2, h3, h4, .menuLink a, .title
{
    font-family: Constantia, Times New Roman, Verdana;
    color: #064374;
}
.menuLink td
{
    text-align: center;
    background: #ffffff url('/files/menu_hover_gradient_ttb.gif') repeat-x top center;
}
.menuLink a
{
    font-weight: bold;
    font-size: 14pt;
}
.menuLinkHover td
{
    background: #ffffff url('/files/menu_hover_gradient_ltr.gif') repeat-y top left;
}
h1
{
    font-weight: bold;
    font-size: 16pt;
}

h2
{
    font-weight: bold;
    font-style: italic;
    font-size: 14pt;
}

h3
{
    font-weight: bold;
    font-size: 13pt;
}

h4
{
    font-weight: bold;
    font-style: normal;
    font-size: 10pt;
}
.title
{
    font-weight: bold;
    font-size: 26pt;
    text-decoration: underline;
}
.label 
{
    display: inline-block;
    width: 150px;
    line-height: 26px;
}
.error 
{
    color: Red;
}
.clear
{
    clear: both;
}
.block 
{
    display: block;
}

#container
{
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    text-align: left;
    background: #ffffff;
}
#ContentHeader
{
    text-align: left;
}
#ContentHeader table
{
    background: #ffffff url('/files/header_gradient.gif') repeat-x top center;
    width: 100%;
}
#ContentHeader.FreeText
{
    text-align: right;
    vertical-align: top;
}
#ContentHeader.Image
{
    text-align: left;
}

#ContentFooter
{
    background: #ffffff url('/files/footer_gradient.gif') repeat-x top center;
    text-align: right;
    border-top: solid 2px #064374;
}
#ContentFooter img
{
    border: solid 2px #064374;
}
#ContentFooter table
{
    width: 100%;
}
#ContextFooter.FreeText
{
    text-align: left;
}
#ContextFooter.Image
{
    text-align: right;
}
#ContentMain
{
    background: #ffffff url('/files/JVIT_single_logo_v7_text.gif') no-repeat fixed top center;
    margin: 10px;
    margin-bottom: 0px;
}
#ContentMenu
{
    border-bottom: solid 2px #064374;
}
