@charset "UTF-8";
/* CSS Document */

/*****************************************/
/*** Text ***/
/*****************************************/

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #362517;
}

.forminputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #362517;
}

.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #ffffff;
}

/*****************************************/
/*** Links ***/
/*****************************************/

a.footer:link { color: #ffffff; text-decoration: none; }
a.footer:visited { color: #ffffff; text-decoration: none; }
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:active { color: #ffffff; text-decoration: none; }

a.feature:link { color: #000000; text-decoration: none; }
a.feature:visited { color: #000000; text-decoration: none; }
a.feature:hover {
	color: #000000;
	text-decoration: underline;
}
a.feature:active { color: #000000; text-decoration: none; }




.holiday-page-title-temp {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.body-copy-temp {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 17px;
}