body {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 10pt;
	background: #022A4D url(/images/wierdblue.jpg);
	color:#022A4D;
	margin:0;
}

a {
	color:#022A4D;
	//text-decoration:none;
}
a:hover {
	color:white;
	background:#022A4D;
	//text-decoration:none;
}

td {
	font-size:10pt;	
	font-family: trebuchet, verdana, sans-serif;
	
}

h1,h2,h3,h4,h5 {
	text-align:center;
	font-family: trebuchet, verdana, sans-serif;
	color:#022A4D;
}
ul {
	text-align:left;	
	list-style-type:square;	
}
li {
	text-align:left;
	color:#022A4D;
}

em {
	font-weight:bold;
        //font-family: vivaldi;
	color: #022A4D;	
        font-size:14pt;
}
.event {
	color: #fff;
	font-family: trebuchet, verdana, sans-serif;
	font-size:8pt;	
}
.green {
	font-family: trebuchet, verdana, sans-serif;
	font-weight:bold;
	font-style: italic;
	color: #022A4D;	
	text-decoration:none;
}


.sched {
	color:#fff;
	font-family: trebuchet, verdana, sans-serif;
	text-align:left;
	font-size:8pt;	
	//font-weight:bold;
}



.arrow {
 list-style-image:url(/images/arrow.gif);	
}
.square {
	font-weight:normal;
	font-style:none;
	list-style-image:none;
	list-style-type: square;
}
