

/*New styles*/
body {
	color:#000000;
	font-size:11pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	margin:0 auto;
	background-color: #ECEAEB;
}
.content {
}
.content-table {
}

/*New styles*/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.linklight {
	color: #0000ff;
	text-decoration: none;
}
.linklight:hover {
	color: #0000ff;
	text-decoration: underline;
}

.headbg {
	/*background-color: #3C86C7;
	background-image: URL(/images/bgheadfade.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	padding: 0px 30px 0px 30px;
	text-align: center;
	vertical-align: bottom;
}

.headleft {
	color:#000000;
	padding: 30px 20px 20px 0px;
	text-align: left;
	vertical-align: bottom;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:9pt;
}

.headright {
	color:#000;
	padding: 30px 0px 20px 20px;
	text-align: right;
	vertical-align: bottom;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:9pt;
}

.headrule {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.contentbg
{
/*	background-color: #3C86C7;
	background-image: URL(/images/bgbody-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0px 30px 0px 30px;
	text-align: left;
	vertical-align: top;
}

.contentleft
{
	padding: 30px;
	text-align: justify;
	vertical-align: top;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11pt;
}
.contentright
{
	padding: 30px;
	text-align: center;
	vertical-align: top;
	width: 300px;
	color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11pt;
}


.pagetitle {
	color:#000;
	padding: 0px 0px 15px 0px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, sans-serif;
	font-size:18pt;
}

input {
	color:#000000;
	/*background-color: #85b4dc;*/
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:10pt;
}

#submit1 {
	color:#000;
	/*background-color: #6ca4d5;*/
	text-align: center;
	vertical-align: middle;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:9pt;
	padding: 1px 12px 1px 12px;
}

.footbg {
	/*background-color: #043d70;
	background-image: URL(/images/bgfootfade.gif);
	background-repeat: repeat-x;*/
	background-position: left top;
	padding: 0px 30px 0px 30px;
	text-align: center;
	vertical-align: bottom;
}

.footleft {
	color:#000;
	padding: 20px 20px 30px 0px;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:9pt;
}

.footright {
	color:#000;
	padding: 20px 0px 30px 20px;
	text-align: right;
	vertical-align: top;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:9pt;
}

.questionnaire {
	/*background-color: #85B4DC;*/
	padding: 10px 10px 0px 10px;
	font-size: 10pt;
}
.questionnaire form { background-color:#85B4DC; }
.questionnaire form input {  background-color:#85B4DC; }

.question {
	color: #000000;
	font-weight: normal;
	font-size:14pt;
	
}
.response {
	margin-left: 20px;
	vertical-align:bottom;
	display:block;
}
form[name="login_form"] input[name="submit"] {
	height: 30px;
}

form[name="login_form"] table tr td {
	padding: 5px;
	vertical-align:top;
}

form[name="login_form"] + div.actions {
	margin: 20px 0 10px 0;
	text-align:center;
}
form[name="login_form"] + div.actions a {
	margin:0 5px;
	padding: 6px 10px;
	background: #FCC127;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
	font-weight: bold;
	text-transform: uppercase;
	display:inline-block;
}