a:link {
	color: #CC3333;
	text-decoration: underline;
}
a:visited {
	color: #CC3333;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #CC3333;
	text-decoration: underline;
}

a.calendarSubmit:link {
	color: #336699;
	text-decoration: none;
}
a.calendarSubmit:visited {
	color: #336699;
	text-decoration: none;
}
a.calendarSubmit:hover {
	color: #336699;
	text-decoration: underline;
}
a.calendarSubmit:active {
	color: #336699;
	text-decoration: none;
}
.textSize {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
}
.textSize a:link {
	color: #cccc99;
	text-decoration: none;
}
.textSize a:visited {
	color: #cccc99;
	text-decoration: none;
}
.textSize a:hover {
	color: #cccc99;
	text-decoration: underline;
}
.textSize a:active {
	color: #cccc99;
	text-decoration: none;
}
.articleList {
	padding: 2px;
	padding-bottom: 4px;
	padding-top 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D5DD;
}
.articleListAlt {
	padding: 2px;
	background-color: #F3F7F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4D5DD;
}
.footerTxt a:link {
	color: #000000;
	text-decoration: underline;
}
.footerTxt a:visited {
	color: #000000;
	text-decoration: underline;
}
.footerTxt a:hover {
	color: #000000;
	text-decoration: underline;
}
.footerTxt a:active {
	color: #000000;
	text-decoration: underline;
}
.dateStamp 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}