body {

	background-color: #003876;

	text-align: center;

	cursor: default;

	margin: 0px;

	padding: 0px;

	color: #000000;

}

p, td {

	font-family: Arial, "Sans Serif";

	font-size: 11px;

}

H1 {

    font-family: Arial, "Sans Serif";

	font-size: 12px;

}
img {

	border: 0px none;

}

b {

	color: #FF0023;

}

#container {

	width: 700px;

	margin-right: auto;

	margin-left: auto;

	/* border: 1px solid #7C7446; */

	background-color: #ECF3C5;

	text-align: center;

}

#special {

	background-color: #D7CF89;

	width: 96%;

	margin-right: auto;

	margin-left: auto;

}

.req {

	font-weight: bold;

	color: #FF0000;

}

.formTitle {

	font-weight: bold;

	color: #C82312;

	text-align: right;

}

.text2 {

	color: #4B181F;

}
#disc {
	font-size: 9px;
	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;}
