/* **************************************
REDEFINED HTML TAGS
************************************** */
body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #d5d5d5;
	background-image: url(/images/hp_vline.gif);
	background-repeat: repeat-y;
	/*  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: #939393;
}
							
.borderone {
	background-color: #000000;
	border: 1px solid black;
}

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

.mainborder {
	background-color: #fff;
	border-top: 25px solid white;
	border-right: 30px solid white;
	border-bottom: 25px solid white;
	border-left: 30px solid white;
}

.creditarea {
	background-color: #d5d5d5;
	border-top: 15px solid #d5d5d5;
	border-right: 30px solid #d5d5d5;
	border-bottom: 15px solid #d5d5d5;
	border-left: 30px solid #d5d5d5;
}
										
a:link {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #c10000;
}

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

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: #c10000;
}

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: #939393;
}

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

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

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

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

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

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

li {
	margin-top: 0px;
	margin-left: 0px;
}

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

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

/* CREDITS CLASSES */

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

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

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

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: #949494;
}

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

.black {
	background-color: #000000;
}

.gray {
	background-color: #d5d5d5;
}

.red {
	background-color: #c10000;
}

.couponbtm {
	background-image: url(/images/coupon_bottom.gif);
	background-repeat: no-repeat;
}

/* MISC. */

</style>