html, body {
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	font-size:14px;
	outline:none;
}

a:link, .cvv a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:visited, .cvv a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a:hover, .cvv a:hover {
	color:#f6911d;
	text-decoration:underline;
	font-weight:bold;
}
a:active, .cvv a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

table.body {
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

td.body {
	padding-top:15px;
	text-align:left;
}

hr {
	border:1px solid #f6911d;
}

.contact {
	font-size:11px;
}

ul {
	margin-top:0px;
}

br.headBR {
	line-height:5px;
}

li {
	padding-left:0px;
	margin-left:0px;
}

.title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.corner-ul {
	background:url(../img/corner-ul.gif) no-repeat top left;
	height:7px;
	width:7px;
}
.corner-top {
	border-top:2px solid #f6911d;
	height:7px;
}
.corner-ur {
	background:url(../img/corner-ur.gif) no-repeat top right;
	height:7px;
	width:7px;
}
.corner-left {
	border-left:2px solid #f6911d;
	height:48px;
	width:7px;
}
.corner-content {
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
}
.corner-right {
	border-right:2px solid #f6911d;
	width:7px;
}
.corner-ll {
	background:url(../img/corner-ll.gif) no-repeat bottom left;
	height:7px;
	width:8px;
}
.corner-bottom {
	border-bottom:2px solid #f6911d;
	height:7px;
}
.corner-lr {
	background:url(../img/corner-lr.gif) no-repeat bottom right;
	height:7px;
	width:7px;
}

br.spacer {
	line-height:1px;
}

.priceList {
	white-space:nowrap;
}
.price {
	padding-left:10px;
}
.salePrice {
	padding-left:10px;
	color:#567714;
}

.startBrdr {
	border:2px solid #f6911d;
}
.startTitle {
/*
	color:#FFFFFF;
	background-color:#f6911d;
	padding:5px;
	border:2px solid #7DA42D;
*/
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #f6911d;
	border-bottom:2px solid #0082c8;
}

.getStartTitle {
	color:#FFFFFF;
	background-color:#0082c8;
	padding:2px;
	font-weight:bold;
	text-align:center;
}

.billToTitle {
	height:20px;
	vertical-align:bottom;
}
.copyBillTo {
	font-size:10px;
	font-weight:normal;
}

.cvv {
	font-size:11px;
}

.login {
	text-align:center;
	width:275px;
	height:100px;
	border:1px solid #f6911d;
}

.submitBtn {
	background-color:#0082c8;
	border:1px solid #0082c8;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:14px;
}

.copyright {
	padding-top:10px;
	font-size:10px;
}

.footer {
	font-size:12px;
}

.logout {
	font-size:12px;
}

.tenPercent {
	font-style:italic;
	font-size:44px;
	text-align:center;
}
.tenOrange {
	color:#f6911d;
	font-style:normal;
}