BODY {
scrollbar-face-color:#76A8C7;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#D3F0FD;
scrollbar-darkshadow-color:#D3F0FD;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FEA74B;
scrollbar-track-color:#D3F0FD;
}
.bg {
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
}
.textFooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #185D8C;
	text-decoration: none;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F69E42;
	text-decoration: none;
}
.textTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F658A;
}
.textContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #185D8C;
}
.textContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #185D8C;
}
.textContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #185D8C;
}
.formInput {
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/form_bg.gif);
	border: 1px solid #F69E42;
	text-indent: 2pt;
	height: 20px;
	color: #000033;
}
.formInputTextarea {
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/form_bg.gif);
	border: 1px solid #F69E42;
	text-indent: 2pt;
	color: #000033;
}
.tableBordCont {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6796B6;
	border-right-color: #6796B6;
	border-bottom-color: #6796B6;
	border-left-color: #6796B6;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
.buttonSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	background-image: url(images/bg_submit.gif);
	background-repeat: repeat;
	height: 20px;
	background-color: #D2EFFC;
	background-position: top;
	letter-spacing: 2px;
	cursor: hand;
}

.buttonDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	background-image: url(images/bg_submit.gif);
	background-repeat: repeat;
	height: 18px;
	background-color: #D2EFFC;
	background-position: top;
	letter-spacing: 2px;
	cursor: hand;
}