
/*** Contact Form Settings ***/

table.contact { 
border-style: solid; 
border-width: 1px; 
border-color: #aeaeae; 

font-family:"Arial", Helvetica;
font-size: 12pt;
} 

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;
}


.sub2 {
color: #000000;  
font-weight: normal; 
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: 10px; 
} 

.imgpad {
margin-top: 20px; 
} 

table.indent {
        margin-left: 30px;
 	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
 
input.input {
background:white;
}
input.input:focus {
background:#ffffE1;
}

textarea.input {
background:white;
}
textarea.input:focus {
background:#ffffE1;
}