
/*** Contact Form Settings ***/

table.contact { 
background-image: url("contact/images/bg.jpg"); background-repeat: no-repeat;
border-style: solid; 
border-width: 2; 
border-color: #aeaeae; 
border-collapse: collapse; 
font-family:"Arial", Helvetica;
font-size: 13px;
 
} 
caption {font-size: 8pt; color: silver} 

table.grey {border-color: "silver"; color: "maroon"} 

table.red {border-color: "maroon"} 

th.top { 
background-image: url("contact/images/grey-back.jpg"); background-repeat: repeat-x;
color: #c0c0c0; 
border-color: #aeaeae; 
font-weight: bold; 
font-family:"Arial", Helvetica;
font-size:20px;
width: 100%; height: 60px;
text-align: "center"
}
 
.red {
color: #ff0000;  
font-weight: bold; 
font-family:"Arial", Helvetica;
font-size:12px;
}

.sub {
color: #000000;  
font-weight: bold; 
font-family:Verdana, Tahoma, Arial, Helvetica;
font-size:10px;
}

.bigred {
color: #ff0000;  
font-weight: bold; 
font-family:"Arial", Helvetica;
font-size:18px;
}

.bigwhite {
color: #ffffff;  
font-weight: bold; 
font-family:"Arial", Helvetica;
font-size:18px;
}

td.pad {
padding-top: 20px; 
} 

.imgpad {
margin-top: 20px; 
} 

table.indent {
padding-left:30px; 
} 

/* Text Settings for Body or Main Copy */
.body{
font-size: 13;
font-weight: normal;
color: #000000;
font-family: Arial, Helvetica, sans-serif;}
