body, table, td, tr, input, select, div, textarea, p {
	font-family: Arial, Helvetica, sans-serif; 
	color: #4A4A4A;
	font-size: 12px;
}
/* begin form elements */
select {
	
	border: solid 1px #4A4A4A;
	padding: 2px;
}
input.styled, textarea {
	border: solid 1px #4A4A4A;
	padding: 2px;
}
input.submit {
	padding: 4px;
	font-size: 13px;
	color: #000;
}
/* have to declare this separate due to IE 5.5 bug :) */
#pref_cell input {

	border: 0;

}
#en_email {
	/*background-color: #91ff62;*/
}
.labtop {
	margin-top: 3px;
}
/* end form elements */
a {
	color: #4A4A4A;
	text-decoration: underline;
}
a:hover {
	color: #4A4A4A;
	text-decoration: none;
}
#faq, #faq a, #faq a:hover {
	color: #fff;
}
.white, .white a, .white a:hover {
	color: #fff;
}
.introtext {
	background-color: #FFFFCC;
	color: #333;
}
.error { 
	color: #cc0000;
	font-size: 10px;
}
label.heading {

	position: relative;
	left: -18px;
	text-decoration: underline;
	font-weight: bold;
}
label.heading:hover {

	text-decoration: none;
}
.delim_left {
	border-left: 12px solid white;
}
.delim_right {
	border-right: 12px solid white;
	width: 41%;
}
.delim_gap {
	margin-right: 5px;
	margin-left: 5px;
	width: 11px;
	height: 8px;
	padding: 0;
}
div.highlight {
	border: solid 1px #f4deab;
	background: #ffffd3;
	padding: 5px;
	line-height: 150%;
}
