td {
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	text-align:justify;
}

.textbox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.top_bg {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
}

.dotted_bg  {
	background-image: url(images/dotted_bg.jpg);
	background-repeat: repeat-x;
	height: 1px;
}

.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-y;	
}

.body_bg {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;	
}

.border_bg {
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-y;	
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;	
}

.calc_bg {
	background-image: url(images/calc_bg.jpg);
	background-repeat: no-repeat;
	background-position:center;	
}

.insurance_bg {	
	background-image: url(images/insurance_bg.jpg);
	background-repeat: repeat-x;	
	height: 35px;
}

.footer_bg1 {	
	background-image: url(images/footer_bg1.jpg);
	background-repeat: repeat-x;	
	height: 40px;
}

.whitelink:link {
	font-family:"Trebuchet MS";
	font-size: 14px; font-weight:bold; color:#ffffff;
	text-decoration:none;
}

.whitelink:visited {
	font-family:"Trebuchet MS";
	font-size: 14px; font-weight:bold; color:#ffffff;
	text-decoration:none;
}

.whitelink:hover {
	font-family:"Trebuchet MS";
	font-size: 14px; font-weight:bold; color:#FF9900;
	text-decoration:none;
}

.redlink:link {
	font-family:Tahoma;
	font-size: 11px; font-weight:bold; color:#ff0000;
	text-decoration:none;
}

.redlink:visited {
	font-family:Tahoma;
	font-size: 11px; font-weight:bold; color:#ff0000;
	text-decoration:none;
}

.redlink:hover {
	font-family:Tahoma;
	font-size: 11px; font-weight:bold; color:#ff6600;
	text-decoration:underline;
}

.border {
	border: solid 1px #9FB4C6;
}

.border1 {
	border: solid 1px #9FB4C6;
}
.black_header {
	font-family:"Trebuchet MS";
	font-size: 15px; font-weight:bold; color:#000000;
}

.btn_bg {
	background-image: url(images/btn_bg.jpg);
	background-repeat: repeat-x;	
	height: 23px;
}
	
