/******************************************
 * specify styles for tags        
 ******************************************/

BODY 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFCC;
}

A:link {  text-decoration: none;  }
A:visited {  text-decoration: none; }
A:hover, A:active { text-decoration: underline; color: #CC0000 }

H1 { font-size: 14pt; font-weight:normal; color:#DE4E08; margin-bottom:0; }

/******************************************
 * these are all for Netscape's benefit because it
 * ignores the BODY font-family
 *****************************************/

TD 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
 }

/******************************************
 * generic classes                 
 ******************************************/

.Panel
{
	background-color:#E0E0E0;
	margin: 5;
	padding: 5;
	border-color:#000000;
	border-style:solid;
	border-width:2;
}

.HeadlineBanner
{
	background-color:#DE4E08;
	color:#FFFFCC;
	font-weight:normal;
	border-width:1;
	border-style:solid;
	border-color:#DE4E08;
}

.Tip
{
	background-color:#FFFFFF;
	border-color:#DE4E08;
	border-style:solid;
	border-width:1;
}

.TipPanel
{
	background-color:#FFFFCC;
	border-color:#DE4E08;
	border-style:solid;
	border-width:1;
}

.Note {font-size: 11px}
.Large {font-size: 14pt}
.Message {color:#FF0000; font-size:14px; font-weight:bold;}
.HeadlineTitle {font-weight:bold; font-size:medium;}
.HeadingLink {font-size: 17px}
.Disabled {color:#888888;}
.DatePast {font-size: 17px; color:#888888;}
.TimePast {color:#888888;}
.DateFuture {font-size: 17px;}
.TimeFuture {}
.Heading1 {font-size: 18pt; color:#008800; }
.Heading2 {font-size: 14pt; color:#DE4E08; }
.Heading3 {font-size: 14pt; font-weight:bold;}
.NoteHeading {font-size: 11px;color:#DE4E08;}
.Ahem {display:none;}

