html
{
	font-size: 100%;
}
body
{
	background-image: url('gradient.png');
	background-repeat: repeat-x;
	background-color: white;
	padding: 0;
	margin: 0;
	padding: 1.5em;
	text-align: center;
	font-family: georgia, times, serif;
	line-height: 140%;
	font-size: 1em;
	color: #222222;
}

a
{
	border: none;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px dashed black;
}
a:link
{
	color: #0000EF;
}
a:visited
{
	color: #55188A;
}
a:active
{
	color: #FF0000;
}

h1
{
	font-size: 24pt;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color:  #e4bdf0;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0.25em;
	width: 50%;
	text-align: center;
	font-weight: bold;
	word-spacing: -0.1em;
}
h2
{
	font-size: 17pt;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 auto;
	width: 50%;
	color: #454545;
}
h3
{
	font-size: 17pt;
	font-variant: small-caps;
	width: 50%;
	margin: 0;
	margin-bottom: 1.5em;
	text-align: left;
}
h4
{
	text-align: left;
	margin: 0;
	margin-bottom: 0.5em;
}

h2.subtitle
{
	margin: 0 auto;
	text-align: center;
	width: 50%;
	font-size: 16pt;
	font-family: helvetica;
	text-transform: uppercase;
	color: #656565;
	margin-top: -1em;
	margin-bottom: 1em;
	letter-spacing: -0.1em;
}

img
{
	border: none;
	margin: 1em;
}

hr
{
	width: 100%;
	height: 1px;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0;
	border: none;
	color: #999999;
	background-color: #999999;
}
h2 + hr.clear
{
	position: relative;
	top: 1em;
	margin-bottom: 3em;
	color: #333333;
	background-color: #333333;
	height: 2px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}

img.left
{
	margin-left: -1.5em;
}
img.right
{
	margin-right: 0;
}

table
{
	border: 2px solid black;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}
tr
{
	background-color: #e4bdf0;
	border: 1px solid black;
	padding: 0;
	margin: 0;
	color: #565656;
}
td
{
	border: 1px solid black;
	padding: 0.5em;
	margin: 0;
	background-image: url('gradient.png');
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
}
tr.headers
{
	background-color: #e4bdf0;
	text-align: center;
	font-weight: bold;
	color: black;
}
tr.headers td
{
	background-image: none;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	text-align: center;
}
td:first-child
{
	text-align: center;
	vertical-align: middle;
}

#header
{
	background-color: white;
	background-image: url('playingrealdance.png');
	background-repeat: no-repeat;
	border: 2px solid black;
	height: 200px;
	margin-bottom: 1.5em;
}
