/* **************************************
REDEFINED HTML TAGS
************************************** */
body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #CCCCCC;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
				
table {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
							
.borderone {
	background-color: #e8d9b5;
	border: 1px solid black;
}
										
a:link {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #c70000;
}

a:visited {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #c70000;
}

a:hover {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

a:active {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #c70000;
}

p {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

H1 {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

H2 {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #c70000;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	list-style-position: outside;
	margin: 10px;
	padding: 10px;
}

hr {
	text-align: left;
	width: 100%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: none;
	/*  margin: top right bottom left */
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* **************************************
CUSTOM HTML TAGS
************************************** */

.small {
	font-size: 7.5pt;
}

.hdr1 {
	font-size: 8pt;
	font-weight: bold;
	color: #c70000;
}

.hdr2 {
	font-size: 8pt;
	font-weight: bold;
	color: #ff8f0f;
}

.hdr3 {
	font-size: 8pt;
	font-weight: bold;
	color: #009fe7;
}

.hdr4 {
	font-size: 8pt;
	font-weight: bold;
	color: #7ad0f8;
}

/* CREDITS CLASSES */

.credits {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
}

a.cr:link {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
}

a.cr:visited {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
}

a.cr:hover {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #000000
}

a.cr:active {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 7.5pt;
	text-decoration: underline;
	color: #ffffff;
}

/* COLORS AND BACKGROUNDS */
				
.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.tan {
	background-color: #e8d9b5;
}

.line {
	background-color: #9E9E9F;
}

.contentbg {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
}

.thankyoubg {
	background-image: url(/images/thankyou_content_bg.gif);
	background-repeat: repeat-y;
}

.content {
	border-left: 26px solid white;
	border-right: 26px solid white;
}

.bordercoupon {
	background-color: #d1d2d4;
	border: 2px dotted black;
}
