.vertical_line {
	background-attachment: scroll;
	background-image: url(images/vertical_line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
.main_text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.thanks_text {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.side_text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}
.pipka1 {
	background-attachment: scroll;
	background-image: url(images/pipka1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pipka2 {

	background-attachment: scroll;
	background-image: url(images/pipka2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tab1 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: 5B5A5A;
	text-decoration: none;
}
input {
	font-size: 10px;
	line-height: normal;
}
.btnHome {
	width: 75px;
	height: 25px;
	display: block;
	font-size: 10px;
	text-decoration; none;
	background-repeat: no-repeat;
	background-image: url(images/buttons/home1.png);
}
.btnHome:hover {
	background-image:url(images/buttons/home2.png);
}
.btnAboutUs {
	width: 100px;
	height: 25px;
	display: block;
	font-size: 10px;
	text-decoration; none;
	background-repeat: no-repeat;
	background-image: url(images/buttons/aboutus1.png);
}
.btnAboutUs:hover {
	background-image:url(images/buttons/aboutus2.png);
}
.btnInsurance {
	width: 225px;
	height: 25px;
	display: block;
	font-size: 10px;
	text-decoration; none;
	background-repeat: no-repeat;
	background-image: url(images/buttons/insurance1.png);
}
.btnInsurance:hover {
	background-image:url(images/buttons/insurance2.png);
}
.btnQuote {
	width: 123px;
	height: 25px;
	display: block;
	font-size: 10px;
	text-decoration; none;
	background-repeat: no-repeat;
	background-image: url(images/buttons/quote1.png);
}
.btnQuote:hover {
	background-image:url(images/buttons/quote2.png);
}
.btnContact {
	width: 185px;
	height: 25px;
	display: block;
	font-size: 10px;
	text-decoration; none;
	background-repeat: no-repeat;
	background-image: url(images/buttons/contact1.png);
}
.btnContact:hover {
	background-image:url(images/buttons/contact2.png);
}

a:link {
font-family: Arial, Helvetica, sans-serif, Verdana;
font-size: 12px;
color: #800000;
text-decoration: none;
font-weight: normal;
}
a:visited {
font-family: Arial, Helvetica, sans-serif, Verdana;
font-size: 12px;
color: #800000;
text-decoration: none;
font-weight:normal;
}	