body {
	background-color:white;
	margin: 10px;
	padding:0px;
	color: #080808;
	font-family:arial, sans-serif;
    font-size:14pt;
	font-weight:normal;

/*
	scrollbar-arrow-color:#999;
	scrollbar-face-color:#FAFAFA;
	scrollbar-base-color:#DDD;
	scrollbar-3dlight-color:#BBB;
	scrollbar-darkshadow-color:#BBB;
	scrollbar-shadow-color:#E9E9E9;
*/
}

/*
body :link { 
	text-decoration : underline;
	color: #080808;
}
body :visited { 
	text-decoration : underline;
	color: #080808;
}
body :hover { 
	text-decoration : underline;
	color : purple;
}
body :active { 
	text-decoration : underline;
	color: #080808;
}
*/

img {
	border: 0;
}

h1 {
	font-family:garamond, georgia, times, time new roman, serif;
	font-weight:bold;
	font-size:22pt;
}

h2 {
	font-size:14pt;
	font-weight:bold;
}

h3 {
	font-size:12pt;
	font-weight:bold;
}

h4 {
	font-family:arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin:0px;
}

td {
	font-family:arial, sans-serif;
    font-size:10pt;
	font-weight:normal;
}

.event {
}
.eventPast {
	color:#b0b0b0;
}
.eventCanceled {
	text-decoration:line-through;
}
.eventPastCanceled {
	color:#b0b0b0;
	text-decoration:line-through;
}

.copyright {
	text-decoration: none;
	font-size:9px;
	font-family: sans-serif; 
	color: #808080;
}
