.text { 
font-family: georgia;
font-size: 8pt;
font-weight: normal;
color: #000000; 
text-align: Justify
}

.bigtext { 
font-family: georgia;
font-size: 9pt;
font-weight: normal;
color: #db0000; 
text-align: Justify
}

.input { 
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000; 
text-align: Justify;
height: 20px;
color: #666666; 
border: 1px outset #666666;
}

.textarea { 
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000; 
text-align: Justify;
height: 80px;
color: #666666; 
border: 1px outset #666666;
}

.submit input {
color: #000000;
background: #FFFFFF;
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000; 
border: 1px outset #666666;
height: 20px;
} 

A:link { 
color:#db0000; 
text-decoration:underline; 
font-weight:normal;
}

A:visited { 
color:#db0000; 
text-decoration:underline;
font-weight:normal;
}

A:active { 
color:#db0000; 
text-decoration:underline;
font-weight:normal;
}

A:hover { 
color:#db0000;
text-decoration:none; 
font-weight:normal;
}