h1 {  font-family: "Times New Roman", Times, serif; font-size: 24px; font-style: normal; font-weight: normal; color: #DFC781; text-decoration: none}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF; text-decoration: none}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFCC; text-decoration: none; font-weight: normal}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #89776B; text-decoration: none; font-weight: normal}
a:link {
	color: #FFFFCC;
}





/* Outside Table properties */
#feedTable td {
	padding:2px 2px 0px 0px;
	font-family:arial;
	font-size:12px;
}

/* Title Text */
.feedTitle {
	color:#fff; font-weight:bold;
	margin:0px 2px 5px 0px;
	font-family:arial;
	font-size:12px;
}
/* Form Title Tags */
.feedFormTitle {
	color:#fff;
	float:right;
	vertical-align:middle;
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	color:#fff;
	padding:4px 0px;
	float:left;
}
/* Form Time Title Tags */
.feedFormDateTitle {
	color:#fff;
	padding:4px 0px;
	float:right;
}
/* Text Form Fields */
.feedFormField {
	font-size:12px;
	margin:2px 2px 2px 2px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size:12px;
	margin:2px 2px 2px 2px;
	width:100px;
}

/* Logo Treatment */
#logoLink	{float:right; margin:0px;}
#logo		{display:none; border-width:0px; margin:0px;}

#dateDisplay
{
	font-size:11px;
	color:#ccc;
 	font-family:arial;
	float:right;
	margin:0px 30px 0px 0px;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
.imgCal 
{
	position: absolute; 
	display: none; 
	z-index:100;
}


#imageCal a {color:#333;}
#imageCal a:hover {color:#000;}

/* Calendar Table properties */
#imageCal table {
	font-size:12px;
 	width:150px;
	font-family:arial;
	font-weight: bold;
	background:#AF9C61;
}
#imageCal td {
	padding:0px 0px 0px 0;
	text-align:center;
}

/* Days in the future */
.clickableDays 
{	
	color: #000000; 
	text-decoration: none;
	height:18px;
}

/* Days in the past */
.nonclickableDays 
{	
	color: #CCCCCC;
	height:18px;
}

/* Name of the month at the top */
.months 
{
	color: #FFFFFF; 
	text-decoration: none 
}

/* Day of the week */
.weekdays
{
	color: #000000; 
	text-decoration: none; 
	color:#666666;
	background-color:#ccc; 
	width:14%;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
li {
	margin-top: 0px;
	margin-bottom: 10px;
}
