body {

	background-color: #F8ECC2;

	text-align: center;

	cursor: default;

	margin: 0px;

	padding: 0px;

	color: #000000;

}

p, td {

	font-family: Arial, "Sans Serif";

	font-size: 11px;

}

img {

	border: 0px none;

}

b {

	color: #000000;
	font-size: 12px;

}

#container {

	width: 700px;

	margin-right: auto;

	margin-left: auto;

	border: 1px solid #7C7446;

	background-color: #FFFAEA;

	text-align: center;

}

#special {

	background-color: #D8C993;

	width: 96%;

	margin-right: auto;

	margin-left: auto;

}

.req {

	font-weight: bold;

	color: #CC0000;

}
.italic{
  font-style: italic;
}
.formTitle {

	font-weight: bold;

	color: #423409;

	text-align: right;

}

.text2 {

	color: #423409;

}
#disc {
	font-size: 5px;
	font-style: italic;
}

input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}

.style1 {
	font-size: 12px;
	font-weight: bold;
}

.error {
	color: red;
}