body {
	background-color: #FFFFFF;
	margin: 0px;
}
.blbg {
	background-color: #3366cc;
}
.carbg {
	background-attachment: fixed;
	background-image: url(img/car_bg.gif);
	background-repeat: repeat;
}
.txt {
	font-family: Arial;
	color: #0033FF;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-size: 100%;
	vertical-align: middle;
}
.txt2 {
	font-family: Arial;
	color: #0033FF;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	font-size: 100%;
	vertical-align: middle;
}
.txt3 {
	font-family: Arial;
	color: #0033FF;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	font-size: 125%;
	vertical-align: middle;
}
.links {
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	font-size: 100%;
	vertical-align: middle;
	text-decoration: none;

}

.ctrimg {
	text-align: center;
	font-family: Arial;
	color: #0033FF;
	font-weight: normal;
	font-size: 12px;
}
li {
	font-family: Arial;
	font-size: 100%;
	color: #0033FF;
	font-weight: normal;
	list-style-type: circle;
}
.rate {
	font-family: Arial;
	font-size: 100%;
	color: #0000FF;
	font-weight: bold;
	list-style-type: none;
	list-style-image: url(img/discount.gif);
	list-style-position: inside;
}
.free {
	list-style-image: url(img/free.gif);
	list-style-position: inside;
}
.flash {
	font-family: Arial;
	font-size: 100%;
	color: #0033FF;
	font-weight: bold;
	list-style-type: none;
	text-decoration: underline;
	list-style-image: none;
	list-style-position: outside;
}
.bullet {
	list-style-image: url(img/bullet_bl.gif);
	list-style-position: inside;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}