.btn_bar {
	background-image: url(../image/btn_bar.png);
	background-repeat: repeat;
	height: 38px;
}
.body_bg {
	background-image: url(../image/bg_body.jpg);
	background-repeat: repeat;
	height: 522px;
	width: 800px;
}
.btn_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.btn_txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #729700;
	text-decoration: none;
}
.red_txt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DA251D;
	text-decoration: none;
}
.footer_bg {
    background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 800px;
}
.zurich_txt {
	font-family: "Zurich BT", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
}
.blck_bold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.green_bold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #465C02;
	text-decoration: none;
}
.footer_txt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #465C02;
	text-decoration: none;
}
.footer_txt:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #729700;
	text-decoration: none;
}
.grey_txt {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.zurich_red {
	font-family: "Zurich BT", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BA0F00;
	text-decoration: none;
	line-height: 30px;
}
.zurich_green {
	font-family: "Zurich BT", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #465C02;
	text-decoration: none;
	line-height: 30px;
}
/* attributes of the container element of textbox */
.loginboxdiv{margin:0px;height:32px;width:285px;background-image: url(../image/txt_box.jpg);background-repeat: no-repeat;background-position: bottom;}

.loginbox{
	background:none;
	border:none;
	width:248px;
	height:auto;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #666666;
	font-weight: bold;
	padding: 7px 7px 0px 7px;
}

