.default_text {
  font-family		:	Verdana, Arial, Helvetica, sans-serif;
  font-size		:	75%;
  font-style		:	normal;
  color			:	black;
  line-height		:	normal;
  font-weight		:	normal;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}

.bolded_text {
  font-family		:	Verdana, Arial, Helvetica, sans-serif;
  font-size		:	75%;
  font-style		:	normal;
  color			:	black;
  line-height		:	normal;
  font-weight		:	bold;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}

.italicized_text {
  font-family		:	Verdana, Arial, Helvetica, sans-serif;
  font-size		:	75%;
  font-style		:	italic;
  color			:	black;
  line-height		:	normal;
  font-weight		:	normal;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}

.message_text {
  font-family		:	Arial, Verdana, Helvetica, sans-serif;
  font-size		:	100%;
  font-style		:	normal;
  color			:	red;
  line-height		:	normal;
  font-weight		:	bold;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}

A.default_text:link	{ font-size: 100%; color: blue; text-decoration: underline }
A.default_text:visited	{ font-size: 100%; color: blue; text-decoration: underline }
A.default_text:active	{ font-size: 100%; color: red; text-decoration: underline }
A.default_text:hover	{ font-size: 100%; color: red; text-decoration: underline }

H1.default_text		{ font-size: 90%; font-weight: bold }

CAPTION.bolded_text	{ font-size: 100%; font-weight: bold }

.calendar_header {
  font-family		:	Verdana, Arial, Helvetica, sans-serif;
  font-size		:	100%;
  font-style		:	normal;
  color			:	white;
  line-height		:	normal;
  font-weight		:	bold;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}
A.calendar_header:link		{ font-size: 100%; color: #FFFFCC; text-decoration: none }
A.calendar_header:visited	{ font-size: 100%; color: #FFFFCC; text-decoration: none }
A.calendar_header:active	{ font-size: 100%; color: white; text-decoration: underline }
A.calendar_header:hover		{ font-size: 100%; color: white; text-decoration: underline }

.faded_text {
  font-family		:	Verdana, Arial, Helvetica, sans-serif;
  font-size		:	75%;
  font-style		:	normal;
  color			:	#CCCCCC;
  line-height		:	normal;
  font-weight		:	normal;
  font-variant		:	normal;
  text-transform	:	none;
  text-decoration	:	none
}
