/* Font size is specified with pixels since that specification is rendered most consistently across browsers. */
/* Text should not appear directly over this background color. */
/* The TD tag is added for compatibility with NS4. */
BODY, TD
{
	color: #993333;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/* The backgound color. */
/* This is specified independently so as not to interfere with the background color of TD tags (above). */
BODY.trm-body
{
	background-color: #993333;
}

/* The color for links. */
A
{
	color: #0033FF;
}

/* Large text style. */
.heading1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/* Medium text style. */
.heading2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/* Text style for small notes and disclaimers. */
.disclaimer
{
	font-size: 12px;
	font-style: italic;
}

/* Text style for photo captions. */
.caption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* The default border color. */
.c-border
{
	background-color: Black;
}

/* The default background color for text. */
.c-inner
{
	background-color: #FFFFCC;
}
