body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFF00;
}

.CC {
	text-align: center;
}

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

h1 {
	text-align: center;
	font-size:20px;
}
h2 {
	font-size:30px;
	text-align: center;
}
h3 {
	text-align: center;
	font-size:14px;
	margin: 3px;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
.disclaimer {
	font-size: 11px;
	text-align:center;
}
.price {
	font-size: 14px;
	background-color: black;
	margin: 4px;
	padding: 3px;
	width: 680px;
}
.promo {
	font-size: 10px;
}
.phrase {
	text-align: center;
	font-size:14px;
	margin: 3px;
	font-weight: bold;
}
.line {
	font-size: 18px;
	text-align:center;
	color: #FFFF00;
	background-color: #FF00CC;
}
.linenum {
	text-align:center;
	margin-bottom: 10px;
	border: 2px solid #FF00CC;
}
.tablenumber {
	margin: 2px;

}
.tablepic {
	margin: 2px;
}
.tablepic img {
	border: 1px solid #FF00CC;
	padding: 6px;
}
.linestable {
	border-collapse: collapse;
}
.tdline {
	border: 1px solid #FF00CC;
	padding: 10px;
}
.featurepic {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 1px;
}
.featurepic img {
	border: 1px solid #FF00CC;
	padding: 6px;
}
.lnt {
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	color: #FF00CC;
}
.ilbox {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #CCCCCC;
	padding: 5px;
}