body {
	font-family: verdana;
	font-size: 14px;
}
td {
	font-family: verdana;
	font-size: 14px;
}
.body2 {
	font-family: verdana;
	font-size: 14px;
}
.text {
	font-family: verdana;
	font-size: 13px;
}
.sig {
	font-family: Georgia;
	font-size: 22px;
}
.heading {
	font-family: impact;
	font-size: 24pt;
	line-height: 24pt;
}
.heading1 {
	font-family: impact;
	font-size: 30pt;
	line-height: 24pt;
}
.heading2 {
	font-family: impact;
	font-size: 20pt;
	line-height: 18pt;
}
.heading2a {
	font-family: impact;
	font-size: 19pt;
	line-height: 18pt;
}
.heading3 {
	font-family: Tahoma;
	font-size: 15pt;
}
.st {
	font-family: verdana;
	font-size: 14px;
}
.small {
	font-family: verdana;
	font-size: 11px;
}
hr {
	color: #dfdfdf;
	height: 1px;
}
.highlight {
	background-color: rgb(255, 255, 0);
}
.sig {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
/* classes used in FutureDateCountdown */

.fd_date_future {
 /* if target date not reached yet, use this style to display it */
 color:;
 font-weight:bold;
 font-size:100%;
 background:; }

.fd_date {
 /* if target date is today, display it using this style */
 color:;
 font-weight:normal;
 font-size:100%;
 background:; }

.fd_date_past {
 /* if target date is past, use this style to display it */
 color:;
 font-weight:normal;
 font-size:100%;
 background:; }

.fd_daysuntil {
 /* style to display current countdown number */
 color:;
 font-weight:normal;
 font-size:100%;
 background:#F7FF03; }

.fd_strikeoutnums {
 /* additional styling possible for numbers displayed with strike-throughs */
 color:;
 font-weight:normal;
 font-size:100%;
 background:#F7FF03; }

.fd_0day_msg {
 /* style for displaying $fd_phrase_when_zero */
 color:;
 font-weight:normal;
 font-size:100%;
 background:; }

.fd_countdown_msg {
 /* style for displaying $fd_phrase */
 color:;
 font-weight:normal;
 font-size:100%;
 background:; }

.fd_pastcountdown_msg {
 /* style for displaying $fd_phrase_when_negative */
 color:;
 font-weight:normal;
 font-size:100%;
 background:; }