﻿body
{
    font-family: Sans-Serif,Tahoma, Helvetica, Arial;
    font-size: 12px;
    color: #330000;
    
}
.AlternateColor1
{
 background-color:#F5F5DC;
  
 }

.MaintHeader1
{
	color:#005E8B
}
.MaintHeader2
{
	color:#A62300
}

.MaintHeader3
{
	color:#A67800
}
h1
{
    font-size:25px;
    color:#5F6040
}

h2
{
	font-size:14px;
    color: #B19500
	}

.adjustedZIndex {
    z-index: 999;
}

a:link, a:visited
{
    text-decoration: none;
    
}
a:hover
{
    color: Gray;
    text-decoration: underline;
}

.modalpopup
{
    background-color:#F5F5DC;
    border-width: 1px;
    border-style: solid;
    border-color: Maroon;
    padding:3px;
}

.modalpopupwithvertical
{
    background-color:#F5F5DC;
    border-width: 1px;
    border-style: solid;
    border-color: Maroon;
    padding:3px;
    max-height:675px
        
}
.modalbackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.imgfloatleft
{
	float:left;
	display:inline;
	}

.TDlblclass
{ 
white-space:normal; 
}