a {
  text-decoration: none;
}
 
a:link {
  color: #FFD629;
}

a:visited {
  color: #FFD629;
}

a:hover {
  color: #FFFF99;
}

a:active {
  color: #FFD629;
}

body { 
  background-color: #000000;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
}

body.print {
  background-color: #FFFFFF;
  font-size: 12pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  text-align: center;
}

body.payPal {
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  text-align: center;
}

img {
  border: 0px;
}

p {
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
 color: #FFFFFF;
}

table {
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}
					 
table.concerts {
  text-align: left;
  width: 700px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.concertImgNoSel {
  border: 0px;
  padding: 2px;
}

.concertImgSel {
  border: 2px solid #FFFFFF;
}

.copyrightFooter {
  font-size: 8pt;
  color: #969696;
}
						 
.cursorHand {
  cursor: pointer;
}
	
.cursorDefault {
  cursor: default;
}

.emailForm {
  font-family: Courier New;
  font-size: 10pt;
}

.heading {
  font-weight: bold;
  text-align: center;
}

.lastUpdate	{
  font-size: 8pt;
  text-align: center;
}

.link {
  color: #FFD629;
  cursor: pointer;
}
	
.link:hover {
  color: #FFFF99;
}

.llEndorsement {
  font-size: 8pt;
  font-weight: bold;
}

.llNoBorder {
  background-color: #000000;
}

.llNoBg {
  background-color: #000000;
}

.llBorder {
  background-color: #FFFFFF;
}

.mainConcerts {
  font-size: 8pt;
  text-align: center;
}

.mediaLogo img {
  margin: 5px 0px 5px 0px; /*top,right,bottom,left*/
}

.orderLine {
  height: 33px;
}

.printCfm {
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  text-align: center;
}

.scrollOff {
  overflow: hidden;
}

.scrollOn {
  overflow: auto;
}

.siteName {
  font-family: Courier New; font-size: 24pt;
  font-weight: bold;
  text-align: left;
  height: 50px;
}

.smallLink {
  font-size: 8pt;
  color: #FFD629;
  cursor: pointer;
}

.smallLink:hover {
  color: #FFFF99;
}

.smallLinkBlue {
  font-size: 8pt;
  color: #0000CC;
  text-decoration: underline;
  cursor: pointer;
}

.smallLinkBlue:hover {
  color: #808080;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textSmall {
  font-size: 8pt;
}

.upDated {
  font-size: 8pt;
  line-height: 14px;
  width: 128px;
  height: 90px;
}