body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #C32C1C;
}
a {
	font-size: 12px;
	color: #F57900;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F57900;
}
a:hover {
	text-decoration: none;
	color: #F57900;
}
a:active {
	text-decoration: underline;
	color: #F57900;
}
h1 {
	font-size: 14px;
	color: #F57900;
}
h2 {
	font-size: 16px;
	color: #F57900;
}
h3 {
	font-size: 14px;
	color: #C32C1C;
}
h4 {
	font-size: 14px;
	color: #6EB41B;
}
h5 {
	font-size: 14px;
	color: #DC1139;
}
h6 {
	font-size: 14px;
	color: #2299DD;
}
.h1 {
	font-size: 14px;
	color: #F57900;
}
.h2 {
	font-size: 16px;
	color: #F57900;
}
.h3 {
	font-size: 14px;
	color: #C32C1C;
}
.h4 {
	font-size: 14px;
	color: #6EB41B;
}
.h5 {
	font-size: 14px;
	color: #DC1139;
}
.h6 {
	font-size: 14px;
	color: #2299DD;
}

/*the following styles are for the discounted packages sections .dp1 is for the small text saying not for kids, .dp2 is for the blue headings .dp3 is for the red pricing, .dp4 is for the red sub-pricing (use with p, not header tag so font weight is normal)*/

.dp1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.dp2 {
	font-size: 14px;
	font-weight: bold;
	color: #2299DD;
}

.dp3 {
	font-size: 14px;
	font-weight: bold;
	color: #C32C1C;
	text-align: center;
}

.dp4 {
	font-size: 12px;
	font-weight: normal;
	color: #C32C1C;
	text-align: center;
}

td.dp-center {
	text-align: center;
}


/*end of styles for the discounted packages sections*/

