/* LEFT SIDE FORMATTING */
.left_side:LINK { COLOR: yellow; font-family: Arial, Helvetica, sans-serif; 
				  font-size: 18px; TEXT-DECORATION: none; font-weight: bold}
.left_side:VISITED { COLOR: yellow; font-family: Arial, Helvetica, sans-serif; 
					 font-size: 18px; TEXT-DECORATION: none; font-weight: bold}
.left_side:ACTIVE { COLOR: red; font-family: Arial, Helvetica, sans-serif; 
					font-size: 18px; TEXT-DECORATION: none; font-weight: normal}
.left_side:HOVER { COLOR: red; font-family: Arial, Helvetica, sans-serif; 
					font-size: 20px; TEXT-DECORATION: none; font-weight: bold}


/* CONTACT LINK - LEFT MENY BAR - FORMATTING */
.contact:LINK { COLOR: yellow; font-family: Arial, Helvetica, sans-serif; 
				  font-size: 18px; TEXT-DECORATION: none; font-weight: bold}
.contact:VISITED { COLOR: yellow; font-family: Arial, Helvetica, sans-serif; 
					 font-size: 18px; TEXT-DECORATION: none; font-weight: bold}
.contact:ACTIVE { COLOR: red; font-family: Arial, Helvetica, sans-serif; 
					font-size: 18px; TEXT-DECORATION: none; font-weight: normal}
.contact:HOVER { COLOR: red; font-family: Arial, Helvetica, sans-serif; 
					font-size: 18px; TEXT-DECORATION: none; font-weight: bold}


/* FORM BUTTON FORMATTING */				
.form_submit {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
				font-weight: bold; color: #FFFFFF; background-color: #043BD7; cursor: hand}
.form_reset {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; 
				font-weight: bold; color: #FFFFFF; background-color: #043BD7; cursor: hand}