@import url(import/event_list.css);
* {
	margin:0px;
	padding:0px;
	}

@font-face {
	font-family: 'BlackTulipITCBlack';
	src: url('../fonts/blacktulip/blactitc-webfont.eot');
	src: local('☺'), 
		url('../fonts/blacktulip/blactitc-webfont.woff') format('woff'), 
		url('../fonts/blacktulip/blactitc-webfont.ttf') format('truetype'), 
		url('../fonts/blacktulip/blactitc-webfont.svg#webfontV3sDfVLi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DetonateBRKRegular';
	src: url('../fonts/detonate/detonate-webfont.eot');
	src: local('☺'), 
	url('../fonts/detonate/detonate-webfont.woff') format('woff'), 
	url('../fonts/detonate/detonate-webfont.ttf') format('truetype'), 
	url('../fonts/detonate/detonate-webfont.svg#webfontXLIPeQhj') format('svg');
	font-weight: normal;
	font-style: normal;
}



body { 
	color:#FFFFFF;
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	line-height:150%;

	}


ul, ol { 
	list-style-position:outside;
	padding-left:1.5em;
	}

ul { 
	list-style-type: disc; 
}


a { 	
	color:#FFFFFF;
	font-weight:normal; 	
	text-decoration:none;
	cursor:pointer;
	}
a:hover { 
	color:rgb(233, 62, 53);
	}

p { 
	margin-bottom:1em; 
}


h1, h2, h3 { 
	font-family: DetonateBRKRegular, arial black, helvetica black, sans-serif;
	font-weight: normal;
	margin-bottom:0.5em;
	xcolor:rgb(233, 62, 53);

	}


h1, h2, h3, h4, h5, h6 { 
	line-height:120%;
	color:rgb(255, 255, 255);
	text-shadow:-1px 1px 5px #000000;
	}
h4, h5, h6 { 
	font-family: sans-serif;
	margin-bottom:0.3em;
}


h1 { font-size: 30pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
/*
h4 { font-size: 18pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }
*/


	
.rule { 
	border-bottom:1px solid rgb(233, 62, 53);
	}
	
