<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Page Structure */


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background: url('images/background.gif') repeat;
	margin: 0px;
	border: 0px;
	padding:0px;
	color:#000000;
}

#header {
	width: 784px;
	height: 100px;
	background: url('images/header.jpg') no-repeat;
	margin-left:auto; margin-right:auto;
	margin-top:10px;
	margin-bottom:0px;
	border:0px;
	padding: 0px;
}	

#wrapper  {	border:0px;
	width: 784px;
	background: url('images/content_background.gif') repeat-y;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	overflow:hidden;
	}

#content {
	width: 700px;
	background: #FFFFFF;	
	margin-left:auto; margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	border:0px;
}

#footer {
	width: 784px;
	height: 25px;
	background: url('images/footer.gif') no-repeat;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border:0px;
	padding: 0px;
}
	

/* Text Formatting */

p {
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 12px;
	list-style-type: square;
}


ol {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 12px;
}


li {
	line-height: 18px;
	margin-bottom: 10px;
}

h1 {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.blockquote {
	font-size : 14px;
	font-family : Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 1px solid #CCCCCC;
	padding : 10px;
	background : #FFFFCC;
}

.couponBox {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	margin: 0px;
	border: 3px dashed #891903;
	padding : 10px;
	background : #FFFFCC;
	width : 70%;
}


.quoteBox {
	border : 1px solid #CCCCCC;
	padding : 10px;
	margin-left:auto; margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width :85%;
	background-color: #e9eaec;
}

.coloredBox {
	border : 1px solid #6A913C;
	padding : 10px;
	margin:0px;
	background-color: #EBEBD8;
}

.orderBox1 {
	border : 1px solid #CCCCCC;
	padding : 10px;
	margin:0px;
	background-color: #e9eaec;
}

.orderBox2 {
	border : 1px solid #CCCCCC;
	padding : 10px;
	background : #FFFFCC;
	margin:0px;
}

.copyright {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

.copyright p {
	font-size: 11px;
}


.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.label {
	font-size: 12px;
}
img {
	display: block; 
	margin: 0; 
	}
#content a{
	color: #CC382E;
	text-decoration: underline;
}
#content a:hover{
	color: #333333;
	text-decoration: none;
}
.float-left {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}</pre></body></html>