.DropMenuStyle {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	background-color: #B8C5FE;
}
.PageTitle {
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.EventTitle {
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
}

.EventTitleMedium {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.PageTitleBlack {
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}	
.Title {

	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.Text {


	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.TextBold {



	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextBoldWhite {



	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextItalic {
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
.SmallTextBlack {



	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.SmallText {

	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.MediumText {


	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.PageSubtitle {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.AdminCustomerBackground {
	background-color: #303090;
}
.AdminBookingBackground {
	background-color: #DC241C;
}
.AdminEventBackground {
	background-color: #8A2BE2;
}

.AdminPagesBackground {
	background-color: #00943F;
}
.AdminPagesSubBackground {
	background-color: #E67620;
}
.PageTitleBackground {
	background-color: #303090;
}

