
.leftnavlinks   { color: #ffffc8; text-decoration: none }
.topbannerlinks   { color: #030; text-decoration: none }
.textlinks {text-decoration: none }
.normalText  { font-size: small }
.subHeading { font-weight: bold; font-size: medium }
a:link,a:visited,a:active   { color:#333333; }
.topbannertitle  { color: #4e4e4e; font-size: 50px }
.lefttable  { background-color: #00f }
#LeftTableNavigation_try { background-color: #6c706d }
.eventOddColor { background-color: #D2D2D2 }
.eventEvenColor { background-color: #FFFFFF }

/* Event month header on homepage */
.eventmonth  { font-weight: bold }
.eventdate { font-weight: bold }
a.hoverlink:hover { text-decoration: underline }
a.hoverlink { text-decoration: none }

/* Standard tables -------------------------------------------------------- */
table.standard td {
	background-color: #eeeeee;
	color: inherit;
}
table.standard th {
	background-color: #cccccc;
	color: inherit;
}
table.standard td.highlight {
	background-color: #ffffcc;
	color: inherit;
}
table.standard td.sub, table.standard th.sub,
table.standard th.subr, table.standard th.subl {
	background-color: #dddddd;
	color: inherit;
}
table.standard th.subr {
	text-align: right;
	vertical-align: top;
}
table.standard th.subl {
	text-align: left;
	vertical-align: top;
}

