@charset "utf-8";
@import url("cantertext.css");
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	background-color:#F2F2F2;
	background-image:url(../imagesfranchise/grey%20background%20strip.png);
	background-repeat:repeat;
}
p {
	color:#036;
	font-size:.7em;
	margin:1em 0 0 0;
	line-height:1.4em;
}
h1, h2, h3, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.35em;
}
h4 {
	font-size:1.125em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:.8em;
}
img {
	border:none;
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear {
	clear:both;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}

