body {
	scrollbar-face-color: #D0D5DA;
	scrollbar-highlight-color: #9FA9B4;
	scrollbar-shadow-color: #9FA9B4;
	scrollbar-3dlight-color: #9FA9B4;
	scrollbar-arrow-color: #9FA9B4;
	scrollbar-track-color: #9FA9B4;
	scrollbar-darkshadow-color: #9FA9B4;
	background-color: #E1E4E7;

}
.bgPage {
	background-image: url(../images/bgPage.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: E1E4E7;
}
.bgLeft {
	background-image: url(../images/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgRight {
	background-image: url(../images/bgRight.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgBottom {
	background-image: url(../images/bgBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;

}
.footerTable {
	font-family: Tahoma;
	color: #B0B8C0;
	background-color: #E0E4E9;
	background-image: url(../images/bgFooter.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footerFont {
	font-family: Tahoma;
	font-size: 10px;
	color: #B0B8C0;
	padding: 7px;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0A4A70;
	line-height: 21px;
	text-decoration: none;
}
a:hover {
	color: #559900;;
}
a.footerFont {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #B0B8C0;
	padding: 0px;
}
a.footerFont:hover {
	color: #0E6FA7;
}

a.greenLink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #559900;;
	line-height: 21px;
}
a.greenLink:hover {
	color: #0A4A70;
}

a.blackLink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;;
	line-height: 21px;
}
a.blackLink:hover {
	color: #559900;
}

.textFieldLogin {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #0A4A70;
	background-image: url(../images/bgTextBoxLogin.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	width: 170px;
	border: 1px solid #0A4A70;
	background-color: #186C9E;
	padding-left: 4px;
}
.textFieldLoginPass {
	background-image: url(../images/bgTextBoxPass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 170px;
	border: 1px solid #0A4A70;
	background-color: #186C9E;
	padding-left: 4px;
}
.textFieldLoginUser {
	background-image: url(../images/bgTextBoxUser.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 170px;
	border: 1px solid #0A4A70;
	background-color: #186C9E;
	padding-left: 4px;
}.mainTextArea {
	background-image: url(../images/bgMainTable.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 20px;

}
.newsArea {
	background-image: url(../images/bgNews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;

}
.btmTextArea {
	background-image: url(../images/bgBtmTable.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	background-color: #FFFFFF;

}
.btmNewsArea {
	background-image: url(../images/bgNewsBtm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;

}
.contactsFont {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 21px;
	font-weight: normal;
	color: #000000;
}
.defaultFont {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0A4A70;
	line-height: 21px;
}
.scrollArea {
	width: 520px;
	height: 170px;
	overflow-y:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #B0B8C0;
	scrollbar-shadow-color: #B0B8C0;
	scrollbar-3dlight-color: #D0D5DA;
	scrollbar-arrow-color: #B0B8C0;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #D0D5DA;
}
.haveTable {
	background-image: url(../images/icon_haveYourSay.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.carShareTable {
	background-image: url(../images/icon_carShare.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.textField {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #0A4A70;
	background-image: url(../images/bgTextBox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 18px;
	width: 300px;
	border: 1px solid #0A4A70;
	background-color: #ffffff;
	padding-left: 4px;
}

.textArea {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #0A4A70;
	background-image: url(../images/bgTextArea.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	width: 300px;
	border: 1px solid #0A4A70;
	background-color: #ffffff;
	padding-left: 4px;
	overflow-y:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #B0B8C0;
	scrollbar-shadow-color: #B0B8C0;
	scrollbar-3dlight-color: #D0D5DA;
	scrollbar-arrow-color: #B0B8C0;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #D0D5DA;
}
.subscribeTable {

	background-image: url(../images/icon_subscription.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.popUpPageBg {
	background-image: url(../images/bgPopUpPage.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.popUpWinBg {
	background-image: url(../images/bgPopUp.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.submit {
	background-image: url(../images/submitBtn_00.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	border: 0px;
	background-color: #FFFFFF;
}
.submitOver {
	background-image: url(../images/submitBtn_01.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	border: 0px;
}
.pressBox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0A4A70;
	line-height: 21px;
	background-image: url(../images/horizDots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:10px;
}
