@charset "utf-8";
/* CSS Document */
body {
	background: #6a6a6a;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.oneColFixCtr #container {
	width: 760px;
	background: #EEF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mainContent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.innerwrapper {
	height: 680px;
}

.textbox1 {
	background-color: #FFFF8C;
}
.contactset {
	background-color: #EEF;
	padding-left: 10px;
}
a.g_w {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
.sub_header {
	font-size: 12px;
}
.form_answer {
	font-size: 10px;
	color: #666;
	padding-left: 5px;
}


a:hover.g_w {
	font-size: 10px;
	color: #00F;
	text-decoration: none;
}
a.b_gbigger {
	font-size: small;
	color: #00F;
	text-decoration: none;
}
a:hover.b_gbigger {
	font-size: small;
	color: #333;
	text-decoration: none;
}
.jfixtable {
	background-color: #EEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.jfixtable tr th {
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	padding: 3px;
	text-align:left;
}
.jfixtable tr td {
	padding: 5px;
	text-align: left;
}
.jfixtableoddrow {
	background-color: #FFF;
}
.jfixtable caption {
	text-align: left;
	color: #CCC;
}
.blu {
	color: #00F;
}
.alert {
	color: #F00;
}.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.monospace {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.rightborder {
	border-right-width: thin;
	border-right-style: solid;
}
.form_question {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	width: 40%;
	padding-left: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eef;
	border-bottom-color: #eef;
}
.form_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #999;
	padding-left: 5px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #eef;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #eef;
}
#mergeAndCentre {
	text-align: center;
	padding-top: 10px;
}
.red {
	color: #F00;
}

