/* CSS Document */

BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
        COLOR: #000000; FONT-SIZE: 12px;
}
A:link {
        COLOR: #000000; TEXT-DECORATION: none;
}
A:visited {
        COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
        COLOR: #0033CC; TEXT-DECORATION: underline;
}
A:active  {
        COLOR: #000000; TEXT-DECORATION: underline;
}

A.white:link {
        COLOR: #FFFFFF; TEXT-DECORATION: none;
}
A.white:visited {
        COLOR: #FFFFFF; TEXT-DECORATION: none;
}
A.white:hover {
        COLOR: #66CCFF; TEXT-DECORATION: underline;
}
A.white:active  {
        COLOR: #FFFFFF; TEXT-DECORATION: underline;
}

.gradient {
background-color: #F8F8F8;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E8E8E8' ,endColorStr='#CC0000' ,gradientType= '0' );
}


H1 {
        FONT-SIZE: 24px;
}
H2 {
        FONT-SIZE: 18px;
}
H3 {
        FONT-SIZE: 11px;
}
HR {
        COLOR: #DDDDDD; HEIGHT: 1px;
}

.textfield_effect    
{    
     
font-family: Arial, Helvetica, sans-serif;    
font-size: 15px;    
color: #006699;    
width: 95%;    
height: 18px;    
}



.blah    
{    
font-family: Arial, Helvetica, sans-serif;    
font-size: 15px;    
color: #006699;    
height: 25px;    
}


.phone   
{    
  
font-family: Arial, Helvetica, sans-serif;    
font-size: 15px;    
color: #016E99;        
height: 18px;
width: 30px;    
}


.textfield_fix    
{    
border-width: 4px;    
border-style: solid;    
border-color: #FF0000;      
font-family: Arial, Helvetica, sans-serif;    
font-size: 15px;    
color: #016E99;    
width: 95%;    
height: 18px;    
}

.textarea_effect    
{    
border-width: 1px;    
border-style: solid;    
border-color: #333333;      
font-family: Arial, Helvetica, sans-serif;    
font-size: 12px;    
color: #016E99;    
width: 95%;    
height: 200px;    
}

BODY { 
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; 
        BACKGROUND-COLOR: #DBDBDB;
}

.Text {
        COLOR: #000000;
}


.FormButton {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}

.Button {
       FONT-FAMILY: Arial;
       BACKGROUND-COLOR: #0099CC;
       COLOR: #FFFFFF; FONT-WEIGHT: bold; 
       FONT-SIZE: 15px;
       TEXT-DECORATION: none;
}


.Button333 {
       FONT-FAMILY: Arial;
       COLOR: #FFFFFF; FONT-WEIGHT: bold; 
       FONT-SIZE: 20px;
       TEXT-DECORATION: none;
}