body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #632C6D;
	scrollbar-3dlight-color: #632C6D;
	scrollbar-darkshadow-color: #632C6D;
	scrollbar-shadow-color: #632C6D;
	scrollbar-arrow-color: #632C6D;
	scrollbar-track-color: #632C6D;
	background-color: #632C6D;
	background-image: url(../images/BG.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #632c6d;
	line-height: 19px;
}

a:link {
	color: #e95a9c;
}
a:visited {
	color: #e95a9c;
}
a:hover {
	color: #ff63ab;
	text-decoration: none;
}
a:active {
	color: #ff63ab;
	text-decoration: none;
}
HTML {
	font-size: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #632c6d;
}
input.button, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #632c6d;
	background-color: #eaa9c7;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(../images/Form_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #eaa9c7;
}
input[type="submit"]:active {
	background-color: #eaa9c7;
}
input[type="submit"][disabled] {
	border:none;
	color: #632c6d;
	background-color: #eaa9c7;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em .1em;
	border:none;
	color: #632c6d;
	background-color: #eaa9c7;
	background-attachment: scroll;
	background-image: url(../images/Form_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #eaa9c7;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #eaa9c7;
}

.TextTitleLarge {
	font-size: 24px;
}
.TextTitleMedium {
	font-size: 18px;
}
.TextTitleSmall {
	font-size: 16px;
	font-weight: bold;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
}

.Footer {
	color:#FFFFFF;
	font-size: 14px;
	background-attachment: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(../images/Footer_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Footer A {
	color: #FFFFFF;font-size: 13px;
}
.Footer A:visited {
	color: #FFFFFF;font-size: 13px;
}
.Footer A:hover {
	color: #FFFFFF;font-size: 13px;
}
#FooterLogo {
	background-attachment: scroll;
	background-image: url(../images/Footer_Logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 85px;
}

.BGLeft {
	background-attachment: scroll;
	background-image: url(../images/BG.gif);
	background-position: right top;
	background-repeat: repeat;
}
.BGRight {
	background-attachment: scroll;
	background-image: url(../images/BG.gif);
	background-position: left top;
	background-repeat: repeat;
}
#BG-Left-X {
	background-attachment: scroll;
	background-image: url(../images/BGTopX.jpg);
	background-position: right top;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}
#BG-Right-X {
	background-attachment: scroll;
	background-image: url(../images/BGTopX.jpg);
	background-position: left top;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}
#BG-Left-Y {
	background-attachment: scroll;
	background-image: url(../images/BGLeftY.jpg);
	background-position: right top;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
}
#BG-Right-Y {
	background-attachment: scroll;
	background-image: url(../images/BGRightY.jpg);
	background-position: left top;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
}
#BG-Top-Left {
	background-attachment: scroll;
	background-image: url(../images/BGTopLeft.jpg);
	background-position: right top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#BG-Top-Right {
	background-attachment: scroll;
	background-image: url(../images/BGTopRight.jpg);
	background-position: left top;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#Logo-Bottom {
	background-attachment: scroll;
	background-image: url(../images/Logo_Bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#Padding {
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#RightCol {
	float: right;
	background-image: url(../images/RightCol_BG.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	width: 285px;
	line-height: 16px;
}
#RightCol A {
	color: #FFFFFF;
}
#RightCol A:visited {
	color: #FFFFFF;
}
#RightCol A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#RightColBGTOP {
	background-attachment: scroll;
	background-image: url(../images/RightCol_TopLeftBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#RightCol-Dance-BG {
	background-attachment: scroll;
	background-image: url(../images/RightCol_BG_Dance.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 24px;
	padding-right: 90px;
	height: 96px;
	margin-bottom: 10px;
}
#RightCol-Drama-BG {
	background-attachment: scroll;
	background-image: url(../images/RightCol_BG_Drama.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 24px;
	padding-right: 90px;
	height: 94px;
	margin-bottom: 10px;
}
#RightCol-Music-BG {
	background-attachment: scroll;
	background-image: url(../images/RightCol_BG_Music.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 24px;
	padding-right: 90px;
	height: 88px;
	margin-bottom: 10px;
}
#RightCol-Newsletter-BG {
	background-attachment: scroll;
	background-image: url(../images/RightCol_BG_Newsletter.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-left: 24px;
	padding-right: 11px;
	margin: 0px;
	height: 188px;
	font-size: 14px;
}
#RightCol-Padding-TopNBott {
	padding-top: 15px;
	padding-bottom: 10px;
}
label{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	width:240px;
	position:relative; 
}

input.error { border-top: 1px dotted red;border-bottom: 1px dotted red; }
textarea.error { border: 1px dotted red; }

.imgover
{
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

#FlashAlt {
width:491;
height:146;
background-image:url(../images/Flash-Alt.jpg);
 }
 
.FlashAltText {
font-size:10px;
font-weight:bold;
color:#000000; 