/* Default CSS Stylesheet for a new Web Application project */

.Event
{
	font-weight: bold;
	font-size: 10pt;
	color: #e2632e;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	line-height:normal;
}

.Event:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #e2632e;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
	line-height:normal;
}




.EventSiteMap
{
	font-weight: normal;
	font-size: 10pt;
	color: #e2632e;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: none;
	line-height:normal;
}




.EventSiteMap:hover
{
	font-weight: normal;
	font-size: 10pt;
	color: #e2632e;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
	text-decoration: underline;
	line-height:normal;
}