/** html element classes **/
hr				{ width: 95%; color: #00539F; }

#form_body		{ width: 700px; margin-top: 10px; margin-bottom: 10px; }
#info_panel			{ width: 700px; height: 50px; margin-top: 2px; margin-bottom: 5px; }
#frm_msg_box	{ width: 700px; height: 25px; margin-top: 2px; margin-bottom: 10px; background-color: #C0C0C0; border: 1px solid #666; font-size: 8pt; font-family: Tahoma, Verdana; color: #FF0000; }

/** test classes **/

.frm_txt				{ font-family: Tahoma, Verdana, Arial; color: #000; font-size: 8pt; }

.sub_ftr_txt		{ font-family: Tahoma, Verdana, Arial; color: #848484; font-size: 8pt; }

/** hyperlink classes **/
.ftr_link:link		{ font-family: Tahoma, Verdana, Arial; color: #848484; font-size: 8pt; }
.ftr_link:visited	{ font-family: Tahoma, Verdana, Arial; color: #848484; font-size: 8pt; }
.ftr_link:hover	{ font-family: Tahoma, Verdana, Arial; color: #848484; font-size: 8pt; text-decoration: underline; }
.ftr_link:active	{ font-family: Tahoma, Verdana, Arial; color: #848484; font-size: 8pt; }

/** form element classes **/
.stdtext				{ height: 18px; width: 100%; font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; background-color: #FFF; border: 1px solid #666666; padding: 2px; margin: 3px; }


.contactfields		{ font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; background-color: #FFF; border: 1px solid #00539F; padding: 1px; }
.stdclick				{ font-size: 8pt; font-family: Verdana; border: 1px solid #666666; color: #666666; background-color: #CCCCCC; margin: 2px 2px 2px 2px; }

