body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin:10px;
  background-image:url(img/gradient_bg_pink.png);
  background-repeat:repeat-x;
	}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}

a {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	border:none;
	outline:none;
	}
	
a:hover {
	color:#993300;
	border:none;
	outline:none;
	}

/* Class Styles */

.navButton {
	background-image:url(img/button_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	}

.longNavButton {
	background-image:url(img/button_long_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	}

.navBottom {
	/* background-color:#FD6256; */
	background-image:url(img/gradient_bg_bottom.png);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:bottom;
	}

.dividerLine {
	background-color:#000000;
	font-size:4px;
	color:#FF0000;
	}

.pageTitle {
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	}

.xLargeFont {
	font-size: x-large;
	}
	
.smallFont {
	font-size: small;
	}
	
.xxSmallFont {
	font-size: xx-small;
	}

.font12pxBold {
	font-size: 12px;
	font-weight: bold;
	}

.font12px {
	font-size: 12px;
	}
	
.contentText {
	text-align:center;
	vertical-align:top;
	font-size:16px;
	font-weight:bold;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	}

.contentText2 {
	text-align:center;
	vertical-align:top;
	font-size:20px;
	font-weight:bold;
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	}
	
.contentTextBlack {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	}

.contentTextBlackLite {
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	}

.subContentText {
	text-align:center;
	vertical-align:top;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	}

.contactFormText {
	text-align:left;
	vertical-align:middle;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	}

.couponTextLine1 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#000000;
	}

.couponTextLine2 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	}

	
/* ID Styles

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
*/