html, body {
	background-color: #737373;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a {
	font-size: 12px;
	color: #007577;
	text-decoration: underline;
}

.arial12graydark {
	font-size: 12px;
	color: #282828
}
.arial10graydark {
	font-size: 10px;
	color: #282828
}
.arial10green {
	font-size: 10px;
	color: #007577
}
.arial12green {
	font-size: 12px;
	color: #007577
}
.arial12greenBold {
	font-size: 12px;
	font-weight: bold;
	color: #007577
}
.arial11white {
	font-size: 11px;
	color: #FFFFFF
}
.arial12graydarkBold {
	font-size: 12px;
	font-weight: bold;
	color: #282828
}
.inputStyle {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #414141 1px outset;
	BORDER-LEFT:  #737373 1px outset;
	BORDER-RIGHT: #414141 1px outset;
	BORDER-TOP:  #737373 1px outset;
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #414141
}
TEXTAREA {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #414141 1px outset;
	BORDER-LEFT:  #737373 1px outset;
	BORDER-RIGHT: #414141 1px outset;
	BORDER-TOP:  #737373 1px outset;
	font-size: 12px;
	line-height: normal;
	text-transform: none;
	color: #414141
}
.arial14graydarkBold {
	font-size: 14px;
	font-weight: bold;
	color: #282828
}
.arial14greenBold {
	font-size: 14px;
	font-weight: bold;
	color: #007577
}
.arial12redBold {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000
}
.arial12lightgrayBold {
	font-size: 12px;
	font-weight: bold;
	color: #DFDFDF
}
.arial12red {
	font-size: 12px;
	color: #CC0000
}
.arial12whiteBold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/
