/* All the Tags ---------------------------------------------------------------------------------------------------------------------*/

html, body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:  Verdana, Arial, Microsoft Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F471D;
}

ul{ list-style-type:disc; padding: 0px 0px 20px 20px; }
ul ul{ list-style-type:circle; padding-left: 20px; }
ul ul ul{ list-style-type:circle; padding-left: 20px; }

ol{ list-style: decimal outside; padding: 0px 0px 20px 40px; }
ol ol{ list-style: decimal outside; padding-left: 20px; }
ol ol ol{ list-style: decimal outside; padding-left: 20px; }

label{ float: left; width: 50px; padding: 2px; font-weight: normal;}


/* All the ID's---------------------------------------------------------------------------------------------------------------------*/

.ALLBod{
	margin: 0px;
	padding: 0px;
	background:url('../../images/ASS_BG.jpg') #EAD8B9 top left repeat-x;
	text-align: left;
	font-family:  Verdana, Arial, Microsoft Sans Serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F471D;
}

#WSPage
{
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
	display: block;
	overflow: show;
	position: relative;
	margin: auto;
	height:100%;
}


/* All the Classes ------------------------------------------------------------------------------------------------------------------*/

.WSClear { clear: both; }
.WSCursor { cursor: hand; cursor: pointer; }
.WSButton { font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 1px 3px 1px 3px;
background-color: #6c54a3;
letter-spacing: 0px;
font-variant: normal;
text-transform: uppercase;
border: solid 1px #6c54a3;
}
.WSButton:hover{ color: #6c54a3; background-color: #fcb524; border: solid 1px #fcb524; }

/* All the BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS */

.BGBody { background-color: #EAD8B9; }
.BGWhite { background-color: #ffffff; }
.BGBrown { background-color: #7F471D; }
.BGRed { background-color: #6A2118; }


/* All the FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS */

.FInput{ font-family: Verdana, Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-size: 12px; color:#75211B; line-height: 1.5em; padding: 2px 2px 2px 2px; background: #ffffff; border: solid 1px #75211B; }

a:link, a:visited{ color: #75211B; text-decoration: none; font-weight: normal; }
a:hover{ color: ; text-decoration: none; }

.FWhite{ color: #ffffff; }
.FWhite a:active, .FWhite a:link, .FWhite a:visited{ color: #ffffff; text-decoration: none; font-weight: normal; }
.FWhite a:hover{ color: #ffffff; text-decoration: none; }

.FBrown{ color: #7F471D; }
.FBrown a:active, .FWhite a:link, .FWhite a:visited{ color: #7F471D; text-decoration: none; font-weight: normal; }
.FBrown a:hover{ color: #7F471D; text-decoration: underline; }

.FRed{ color: #75211B; }
.FRed a:active, .FWhite a:link, .FWhite a:visited{ color: #75211B; text-decoration: none; font-weight: normal; }
.FRed a:hover{ color: #75211B; text-decoration: underline; }

.FCup{ color: #75211B; }
.FCup a:active, .FWhite a:link, .FWhite a:visited{ color: #75211B; text-decoration: none; font-weight: bold; }
.FCup a:hover{ color: #75211B; text-decoration: underline; }

a.Biglink:hover{ text-decoration:underline; }

.FRedGal{ color: #e1562b; }


.FFooter{
font-family: Verdana, Arial, Microsoft Sans Serif, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
}

.FFooter a:active, .FFooter a:link, .FFooter a:visited{ color: #ffffff; text-decoration: none; font-weight: normal; }
.FFooter a:hover{ color: #ffffff; text-decoration: underline; }

.F10{ font-size: 10px; line-height: 1.2em; }
.F11{ font-size: 11px; line-height: 1.2em; }
.F12{ font-size: 12px; line-height: 1.2em; }
.F13{ font-size: 13px; line-height: 1.2em; }
.F14{ font-size: 14px; line-height: 1.2em; }
.F16{ font-size: 16px; line-height: 1.2em; }
.F18{ font-size: 18px; line-height: 1.2em; }
.F20{ font-size: 20px; line-height: 1.2em; }
.F26{ font-size: 26px; line-height: 1.2em; }

.FArial{ font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, sans-serif;}

.FTickets {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}