body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0099CC;
	color: #FFFFFF;
}

.CC {
	text-align: center;
}

.cnt {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

h1 {
	text-align: center;
	font-size:18px;	
}
h2 {
	font-size:30px;
	text-align: center;
}
h3 {
	text-align: center;
	font-size:18px;
	margin: 3px;
	padding: 2px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.price-note {
	font-size: 12px;
	font-weight: bold;
	width: 650px;
	background-color: white;
	color: black;
	margin: 6px;	
}
.notes {
	font-size: 10px;
	text-align:center;
}
.promo {
	font-size: 10px;
	margin-bottom: 10px;
}
.line {
	font-size: 20px;
	text-align:center;
	border: 4px solid #FFFF00;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bolder;
}
.linenumber {
	font-size: 18px;
	text-align:center;
}
.tablenumber {
	margin: 2px;
	font-size: 16px;
	font-weight: bolder;	
}
.tablepic {
	margin: 2px;
}
.tablepic img {
	border: 2px solid #FFFFFF;
	padding: 0px;
}
.linestable {
	border-collapse: collapse;
}
.tdline {
	border: 0px solid #FFFF00;
	padding: 10px;
}
.featurepic {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 1px;
}
.featurepic img {
	border: 2px solid #FFFFFF;
	padding: 0px;
}
.linenothumb {
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}
.ilbox {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	padding: 5px;
}