@charset "utf-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}
.normaltxt {
	font: verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9c0058;
	font-size: 12px;
}

.subnav {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}
.latest {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.btn {
	font-family: verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	background-color: #9c0058;
	border: thin solid #808285;
	color: #FFFFFF;
}
.iput {
	height: 20px;
	width: 146px;
	border: thin solid #d1d3d4;
	background-color: #FEFEFA;
	font-family: verdana;
	color: #320000;
	font-size: 10px;
}
.footerboxtext {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.listings {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.dancedetails {
	font-family: verdana;
	font-size: 12px;
	color: #00a0c6;
}
.classicaldetails {
	font-family: verdana;
	font-size: 12px;
	color: #bc80bd;
}
.theatrefamilydetails {
	font-family: verdana;
	font-size: 12px;
	color: #7a0142;
}
.comedydetails {
	font-family: verdana;
	font-size: 12px;
	color: #7fc31b;
}
.livemusicdetails {
	font-family: verdana;
	font-size: 12px;
	color: #ff7f00;
}

.childrensdetails {
	font-family: verdana;
	font-size: 12px;
	color: #EB008B;
}
.latestlinks {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.dateblacklistings {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.dancetitle {
	font-family: verdana;
	font-size: 14px;
	color: #00a0c6;
	font-weight: bold;
}
.eventsprivtitle {
	font-family: verdana;
	font-size: 14px;
	color: #bc80bd;
}
.theatrefamilytitle {
	font-family: verdana;
	font-size: 14px;
	color: #7a0142;
	font-weight: bold;
}
.comedytitle {
	font-family: verdana;
	font-size: 14px;
	color: #7fc31b;
	font-weight: bold;
}

.childrenstitle {
	font-family: verdana;
	font-size: 14px;
	color: #EB008B;
	font-weight: bold;
}
.classicaltitle {
	font-family: verdana;
	font-size: 14px;
	color: #bc80bd;
	font-weight: bold;
}
.eventsprivtitle {
	font-family: verdana;
	font-size: 14px;
	color: #ff0000;
}
.eventtxt {
	font: verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.livemusictitle {
	font-family: verdana;
	font-size: 14px;
	color: #ff7f00;
}
.pastlistings {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
