body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e6d5bb;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.content {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 750px;
}
.content_text {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
	background-image: url(images/bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.content_header {
	background-image: url(images/top.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.border_bottom {
	background-image: url(images/border_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.border_left {
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border_right {
	background-image: url(images/border_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footer {
	font-size: 10px;
	color: #6994c3;
}
.dark_blue {
	background-color:#233cd7;
}
.medium_blue {
	background-color:#227cff;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	margin-bottom: 0px;
}
.dotpoints{
	font-size: 11px;
	background-color: #ffff66; 
	width: 350px;
	border: none;
	border-style: none;
}
.dotpointscrn{
	background-color: #FFFFFF;
}
.quickquote {
	margin: 5px;
	font-size: 11px;
	color: #FFFFFF;
}
.quickquote_text {
	padding-right: 2px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	width: 50px;
}
.quickquote_form {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 200px;
	text-align: left;
}

img {
	border:none;
	border-width:0px;
	border-color: none;
}
.image_caption {
	font-size: 10px;
}