﻿/* Page Structure */


body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background: #FFFFFF;
	color:#000000;
}

/* Text Formatting */

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


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


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


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

h1 {
	font-family: 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: 18px;
	line-height: 22px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


blockquote {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 1px solid #333333;
	padding : 10px;
	background : #FFFFCC;
}

.couponBox {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height: 16px;
	margin: 0px;
	border: 3px dashed #333333;
	padding : 10px;
	background : #FFFFCC;
	width : 80%;
}


.quoteBox {
	border : 1px solid #999999;
	padding : 10px;
	margin: 10px;
	width :85%;
	background-color: #FFFF99;
}


.footer {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}


.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}
.style1 {
	text-align: center;
}
.style3 {
	text-align: center;
	font-size: x-small;
}
   a:link {
	color: #000000;
}
a:visited {
	color: #CC0000;
}


