<style>

body {
	font-family: Arial;
	font-size: 13px;
	color: #000000 }

B {
	font-weight: bold }

td {
	font-family: Arial;
	font-size: 13px;
	color: #000000 }
td A:link {
	color: #2D6E90;
	text-decoration: underline }
td A:visited {
	color: #3E92C0;
	text-decoration: underline }
td A:active {
	color: #2D6E90;
	text-decoration: underline }
td A:hover {
	color: #3E92C0;
	text-decoration: underline }

/* Page Header */
.header {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold }

.adminheader {
	font-family: Arial;
	font-size: 18px;
	color: #2D6E90;
	font-weight: bold }

/* Left Side Header */
.sideheader {
	font-family: Arial;
	font-size: 16px;
	color: #A9261F;
	font-weight: bold }
.sideheader A:link {
	color: #A9261F;
	text-decoration: underline }
.sideheader A:visited {
	color: #A9261F;
	text-decoration: underline }
.sideheader A:active {
	color: #A9261F;
	text-decoration: underline }
.sideheader A:hover {
	color: #A9261F;
	text-decoration: underline }
	
/* Left Side Normal Text */
.sidetext {
	font-family: Arial;
	font-size: 13px;
	color: #A9261F }
.sidetext A:link {
	color: #A9261F;
	text-decoration: underline }
.sidetext A:visited {
	color: #A9261F;
	text-decoration: underline }
.sidetext A:active {
	color: #A9261F;
	text-decoration: underline }
.sidetext A:hover {
	color: #A9261F;
	text-decoration: underline }
	
/* Left Side Links */
.sidelinks {
	font-family: Arial;
	font-size: 15px;
	color: #A9261F;
	font-weight: bold }
.sidelinks A:link {
	color: #A9261F;
	text-decoration: underline }
.sidelinks A:visited {
	color: #A9261F;
	text-decoration: underline }
.sidelinks A:active {
	color: #A9261F;
	text-decoration: underline }
.sidelinks A:hover {
	color: #BE5953;
	text-decoration: underline }

/* Page Footer */
.footer {
	font-family: Arial;
	font-size: 11px;
	color: #555555 }
.footer A:link {
	color: #555555;
	text-decoration: underline }
.footer A:visited {
	color: #555555;
	text-decoration: underline }
.footer A:active {
	color: #555555;
	text-decoration: underline }
.footer A:hover {
	color: #555555;
	text-decoration: underline }

/* Form elements (standardizes to fixed-width) */
input.standardwidth {
	font-family: Courier;
	font-size: 13px }
td.standardwidth {
	font-family: Courier;
	font-size: 13px }

/* Red Body Text */
.red {
	font-family: Arial;
	color: #cc0000 }

/* Photo captions (smaller text) */
.caption {
	font-family: Arial;
	font-size: 11px;
	color: #000000 }
	
/* list on home page */
.homelist {
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: -5px;	}

/* Dashed line around coupon border */
.couponborder { 
	border-color: #999999;
	border-style: dashed; 
	border-width: 3px }
	
.couponheader {
	font-family: Arial;
	font-size: 11px;
	color: #000000 }

.coupontext {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold }
	
.couponfooter {
	font-family: Arial;
	font-size: 11px;
	color: #000000 }
	
/* Form elements */
INPUT, TEXTAREA, BUTTON { 
	background: white;
	color: black;
	font-size: 11px;
	font-family: arial } 

.editform { 
	background: white;
	color: black;
	font-size: 13px;
	font-family: arial } 
	
.button1 {
    color: black;
    background-color: #EFEFEF;
    border: 1px solid #000000;
	height: 18 }

.button2 {
    color: black;
    background-color: #D4D0C8;
    border: 1px solid #000000;
	height: 18 }

.buttonSort {
    color: black;
    background-color: #EFEFEF;
    border: 1px solid #000000;
	height: 18;
	width: 185px }	

.radio {
    color: black;
    background-color: transparent;
    border: 0px;
	height: 18 }
	
.surveyTextarea { 
	background: white;
	color: black;
	font-size: 13px;
	font-family: arial } 
	
.surveyTextbox { 
	background: white;
	color: black;
	font-size: 13px;
	font-family: arial } 