body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;

}

/* Text */

.bodybold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
}

.bodyred {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}

.title {
	font-family: Verdana, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	
}

.title2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.title2red{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}

.title3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.linktext {
	font-size:11px;
}

.ballettitle {
	font-family: "Times New Roman", Times, serif;
	font-size:23px;
}

.ballettitlered {
	font-family: "Times New Roman", Times, serif;
	font-size:23px;
	color:#ff0000;
}


.bodytext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.introtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.contacttext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}



/* Event table styles */

.eventbodytext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.eventbodytextitalic {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
}

.eventbodytextitalicbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
}

.eventbodytextbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.eventdatetext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

.eventdetails {

}

.menulinkon {
	background-color: #000000;
	color: #FFFFFF;
	font-size:10px;
	padding:1px;
}






/* Table cells */

#introcell {
	border:medium double #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
}

#clickcell {
	border:medium double #CCCCCC;
	background-color:#FFFFFF;
	padding:0px;
}

#conditionscell{
	border:medium double #CCCCCC;
	background-color:#FFFFFF;
	padding:0px;
}

#logocell {
	background-image:url('index/maintitle.jpg');
	background-repeat:no-repeat;
}

#linkscell a:link {
	color:#009900;
	text-decoration:none;
}

#linkscell a:hover {
	color:#666666;
	background-color:transparent;
}

#linkscell a:visited {
	color:#009900;
	text-decoration:none;
}

#eventstable a:link {
	text-decoration:underline;	
}


/* Links */

a:link {
	color: #333333;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#333333;
}

/* Layers */

#Layer1 {
	width:900px;
	position:absolute;
	left:0px;
	top:0px;
	background-image: url('index/indexback.jpg');
	background-repeat: no-repeat;
}
