body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #B9C6CA; /* #98AAB1; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-darkshadow-color: #98AAB1;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #EFEFEF;
	height: 100%;
}

form {
	margin: 0 auto;
}

#heading {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	text-align: right;
	height: 55px;
	vertical-align:bottom;
}

/*
#main {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background-color: #EEF3F6;
	height: 498px;
}
*/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: red;
	padding-top: 3px; 
	margin-bottom: 12px;
	text-align:center;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: red;
	text-align: center;}

.survey {
	background-color: #EEF3F6; /*#FFDC8A; #DDEEFF; */
	width: 750px;
	height: 498px;
	font-size: 12px;
	color: black;
}

.survey td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.survey th {
	text-align: center;
	white-space: nowrap;
	padding: 5px;
}

.survey input {
	background-color: #FCFEFE; /*F5F9FA;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 200px;
	border: 1px solid #98AAB1;
}

.survey textarea {
	background-color: #FCFEFE; /*F5F9FA;*/
	width: 400px;
	height: 145px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #98AAB1;
}

.survey input.button {
	width: 75px;
	color: red;
	font-weight: bold;
	border: 1px solid #98AAB1;
}

.heading h1 {
	margin: 0px;
}

.orange {
	color: red; /* #FF6600 */
}

.big {
	font-size: 14px;
}

#heading a:link { color: #5A7278; text-decoration: none;}
#heading a:hover { color: red; text-decoration: none;}
#heading a:visited { color: #5A7278; text-decoration: none;}
#heading a:visited:hover { color: red; text-decoration: none;}
