body    {font-family: Verdana; font-size: 12px; }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: black
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #313131
}

td
{
	text-align:left;
	vertical-align:top;
}

a 
{
text-decoration: none;
color: blue;
}

a:hover
{
text-decoration: underline;
color: #00437C;
}

.TableStyle
{
font-size: 10pt;
font-family: "Verdana";
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #808080;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 5px solid #b9b9b9;
    background-color: white;
    z-index:1002;
}

.GridFooter, .GridHeader{ background:#BD181E; color:#fff; font-weight:bold;}
.formCaptions{text-align:right;}