	BODY {
		color: #FFCC00;
		text-decoration: none;
		background-color : #000000;
		border-left-width : thick;
		border-left : ridge #FFCC00;
		margin-left : 18pt;
		margin-right : 18pt;
	}

	.section_header {
		color : #FFFFCC;
		border-bottom : thin ridge #FFCC00;
		letter-spacing : 8pt;
		font-weight : normal;
		font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size : 14pt;
	}

	.section_filler {
		color : #FFFFFF;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		margin-left : 5pt;
	}
	

	.extraspace {
		line-height : 7pt;
	}
	
	.venue {
		color : #FFCCCC;
		font-family : Verdana;
	}
	
	A:link {
	text-decoration: none;
	font-weight: bold;
	color : #FFFFFF;
	}
	
	A:active {
		text-decoration: none;
		font-weight: bold;
		color : #B22222;
	}
	
	A:visited {
		text-decoration: none;
		font-weight: bold;
		color : #FFB733;
	} 
	
	A:hover{
		text-decoration: underline;
		font-weight: bold;
		color: #CE8600;
	} 
