body, tr {
	margin: 20px;		/* shift whole page down by 25 pixels */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
mainForm {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainFormError {
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
input.mainFormError {
	background-color: #FADADD;
}
textarea.mainFormError {
	background-color: #FADADD;
}
select.mainFormError {
	background-color: #FADADD;
}
label.formFieldQuestion {
	border:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
label.formFieldOption {
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}
input.formFieldStyle {
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

.text_area {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
	border:solid 1px #000000;
}
select, input {
	border:solid 1px #000000;
}
.text_select {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	border:solid 1px #000000;
}


a{
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
}
a:link {
	color: #D2B14A;
}
a:visited {
	color: #D2B14A;
}
a:hover {
	color: #000000;
}
a:active {
	color: #D2B14A;
}

/* Footer CSS BEGIN*/
.footer{
font-size: 12px;
}
a.footer{
font-size: 12px;
text-decoration:none;
}
a:link.footer {
	color: #D2B14A;
}
a:visited.footer {
	color: #D2B14A;
}
a:hover.footer {
	color: #000000;
}
a:active.footer {
	color: #D2B14A;
}
/* Footer CSS END */


/* Blue Train Media CSS BEGIN*/
.bluetrain{
font-size: 10px;
}
a.bluetrain{
font-size: 10px;
text-decoration:none;
}
a:link.bluetrain {
	color: #D2B14A;
}
a:visited.bluetrain {
	color: #D2B14A;
}
a:hover.bluetrain {
	color: #000000;
}
a:active.bluetrain {
	color: #D2B14A;
}
/* Blue Train Media CSS END */
