@charset "utf-8";

/* CSS Document */

.signtbl {
	border: 1px solid #A3C1D3;
	background-color: #EEF5F7;
}
.signtitle{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #165991;
}
.signsep {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.signfield {
	border: 1px solid #165991;
	font-family: Arial, Helvetica, sans-serif;
	color: #165991;
	height: 21px;
}
.signfieldarea {
	border: 1px solid #165991;
	font-family: Arial, Helvetica, sans-serif;
	color: #165991;
}

.signbutton {
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 104px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF5F7;
}
.loginsep {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCD8E0;
}
.loginbutton {
	background-image: url(images/login.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 69px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF5F7;
}
.loginbg {
	background-image: url(images/loginbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contacttbl {
	background-color: #A3C1D3;
}

.sectitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #165991;
}
.sendbut {
	background-image: url(images/send.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 69px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF5F7;
}
.codearea {
	background-color: #D8E5ED;
	border: 2px solid #1659B2;
	padding: 5px;
	font-size: 11px;
	color: #345970;
}
.errors {
	background-color: #FFE6E6;
	padding: 8px;
	width: 90%;
	border: 1px solid #903;
	vertical-align: middle;
	font-weight: bold;
	color: #6C0026;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.success {
	background-color: #ECFFF9;
	padding: 8px;
	width: 90%;
	border: 1px solid #069;
	vertical-align: middle;
	font-weight: bold;
	color: #016524;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.faq_title {
	color: #870162;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.faq_titles {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
	padding-bottom: 7px;
}
#faq_sep {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #E1E9EC;
}





.faq_quest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	background-image: url(images/qicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
.faq_quest a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #0430A4;
}
#faq_all {
	line-height: 18px;
	color: #002437;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#faq_all a {
	line-height: 18px;
	color: #0046FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#faq_all strong {
	line-height: 18px;
	color: #03419C;
}
