*	{ /* apply to all elements */
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	line-height: 1.25em;
	color:black;
	}

a	{ 
	text-decoration: none;
	}
	
a.InlineLink {
	color:navy;
	text-decoration: underline;
	}

a.Definition {
	color: #990099;
	text-decoration: underline;
	}

body {
	background-color: white; /*#f3c5f3; */
	margin: 0px 0px 0px 0px; 
	//background-image: url(../assets/JamiePink.jpg);	
	background-repeat: no-repeat;
	
	}

.PageTitle {
		font-size: larger;
		font-style: italic;
		font-weight: bold;
	}

.MenuBarItem {
	background-attachment: fixed;
	cursor: pointer;
	background-color: Black;
	}
	

.MenuBar_NECurve	 {
	background-image: url(../assets/MenuBar_NECurve.gif);	
	background-repeat: no-repeat;
}
	
.MenuBar_NWCurve	 {
	background-image: url(../assets/MenuBar_NWCurve.gif);	
	background-repeat: no-repeat;
}
	
.MenuBar_SWCurve	 {
	background-image: url(../assets/MenuBar_SWCurve.gif);	
	background-repeat: no-repeat;
}
	
.MenuBar_SECurve	 {
	background-image: url(../assets/MenuBar_SECurve.gif);	
	background-repeat: no-repeat;
}
	
.ContentWithMediumText {
	background-color: transparent;
	font-size: medium;
	font-weight: normal;
	position: absolute;
	left: 25px;
	top: 125px;
	z-index: 1;
	padding-right: 25px;
	}

.ContentWithLargeText {
	background-color: transparent;
	font-size: large;
	font-weight: normal;
	position: absolute;
	left: 25px;
	top: 125px;
	z-index: 1;
	padding-right: 25px;
	}

.ContentWithSmallText {
	background-color: transparent;
	font-size: small;
	font-weight: normal;
	position: absolute;
	left: 25px;
	top: 125px;
	z-index: 1;
	padding-right: 25px;
	}

.FontSizeSelectionLink { 
	cursor: pointer;
	color:black; 
	text-decoration:underline;
	}

.EventTitle {
	font-weight: bold;
}
