﻿body {
}
.sectiontitle
{
    
    font-size:12pt;
    color:White;
    font-weight:bold;
    font-family:Verdana;
}

.whitenormal
{
    font-size:10pt;
    color:White;
    font-weight:normal;
    font-family:Verdana;
}

.whitesmall
{
    font-size:8pt;
    color:White;
    font-weight:normal;
    font-family:Verdana;
}


.whitebold
{
    font-size:10pt;
    color:White;
    font-weight:bold;
    font-family:Verdana;
}

.whitelink
{
    font-size:8pt;
    color:White;
    font-weight:bold;
    font-family:Verdana;
     
    
    }

.textbox
{
    font-size:10pt;
    color:Black;
    font-weight:normal;
    font-family:Verdana;
}

.errmessage
{
    font-size:10pt;
    color:Red;
    font-weight:normal;
    font-family:Verdana;
    background-color:White
}

.blackbutton
{
    font-size:10pt;
    color:white;
    font-weight:bold;
    font-family:Verdana;
    background-color:black;
     border-color:White;
     border-width:1px;
     border-style:solid;
     cursor:pointer;
      padding-left:4px;
      padding-right:4px;
      text-decoration:none;
       
      
}
