﻿body {
}
.HeaderA { font-family: Verdana; font-weight: bold; font-size: 18; line-height: 22px; }
.HeaderALink { font-family: Verdana; font-weight: bold; font-size: 18; line-height: 22px; color: Orange; }
.HeaderB { font-family: Verdana; font-weight: bold; font-size: 14; line-height: 18px; }
.HeaderBLink { font-family: Verdana; font-weight: bold; font-size: 14; line-height: 18px; color: Orange; }
.BodyTextA { font-family: Verdana; font-size: 12px; line-height: 16px; }
.BodyTextALink { font-family: Verdana; font-size: 12; line-height: 16px; color: Orange; }
.BodyTextB { font-family: Verdana; font-size: 11px; line-height: 13px; }
.BodyTextBLink { font-family: Verdana; font-size: 11; line-height: 13px; }
.foo { font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: bold; line-height: 16px; color: #e17000; }
.foo:hover { font-family: Verdana; font-size: 12px; text-decoration: underline; font-weight: bold; line-height: 16px; color: #e17000; }
.foo2 { font-family: Verdana; font-size: 12px; text-decoration: none; font-weight: normal; line-height: 16px; color: #e17000; }
.foo2:hover { font-family: Verdana; font-size: 12px; text-decoration: underline; font-weight: normal; line-height: 16px; color: #e17000; }
.footer { font-family: Verdana; font-size: 11px; line-height: 13px; }
.footer:hover { font-family: Verdana; text-decoration: underline; font-size: 11px; line-height: 13px; }

/* alt colors are black, grey, white, orange */

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}