.sectioncontent{
	font-size: small;
}
.sectionlink{
	height: 10px;
	padding: 20px 0px;
}
table{
	font-size: x-small;
	
}
table.eventlist{
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width:99%;
}
tr.row{
    padding: 0px 0px;
}
tr.odd{
	padding: 0px 0px;
    background-color: #DCDCDC;
    color: #000000;
}
th.evtdateheader{
	font-weight: bold;
	/*width:25%;*/
	text-decoration: underline;
	text-align: center;
	font-size: small;
}
th.evtnameheader{
	font-weight: bold;
	/*width: 60%;*/
	text-align: center;
	text-decoration: underline;
	font-size: small;
}
th.evtregisterheader{
	font-weight: bold;
	/*width:15%;*/
	text-align: center;
	text-decoration: underline;
	font-size: small;
}
td.evtdate{
	text-align: left;
	width:25%;
}
td.evtname{
	text-align: left;
	width: 60%;
}
td.evtregister{
	text-align: center;
	width:15%;
}