/* CSS Document */

p,table,li
{
	font-family: tahoma, arial, helvetica, 'sans serif';
	font-size: 10pt;
	color: #ffffff;

}
a:link {
	color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #cccccc;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #f1bc23;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	color: #f1bc23;
	font-weight: normal;
	text-decoration: underline;
}



.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #f1bc23;
	







}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;

}
.upcomingevents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.borderTable {	
border: 1px solid #D9DCE8;
}
.li {
	list-style-position: outside;
	list-style-type: square;
}


