/* CSS for Left frame*/

body { 
	background-image: url(/images/design_08.jpg); 
}

#menu {
	text-align: right;
	width: 175px;
}

.evtlist {
	font-size: 10px;
	color: #333333;
	width: 150px;
	text-align:center;
	text-decoration: none;
}

.evtheader{
	font-size: 12px;
	font-weight: bold;
}

.evtlist a         { font-size: 11px; color: #333333; text-decoration: underline; }
.evtlist a:active  { color: #666666; text-decoration: none; }
.evtlist a:visited { color: #666666; text-decoration: underline; }
.evtlist a:hover   { color: #FFFFFF; background-color: #990000; text-decoration: none; }
