BODY{
  font-family : Verdana,Tahoma,Arial,sans-serif;
  font-weight : normal;
  font-size : 10pt;
  color : navy;
  background-color :#A9A9A9;    '#EED6AF;        '#99CCCC;
  background-image : none;   
  text-decoration : none;
}
TD{
  font-family : Verdana,Tahoma,Arial,sans-serif;
  font-weight : normal;
  font-size : 10pt;
  color : navy;
  text-decoration : none;
}
.NavBar{
  background-color :#FFFFFF;
 }
.PERFTITLE{
  font-weight : bold;
  text-align : center;
  font-size : 12pt;
  font-style : italic;
  color : blue;
}
.BOXHEAD{
  font-weight : bold;
  text-align : center;
  font-size : 10pt;
  color : black;
}
.TICKETDETAILS{
  text-align : center;
  font-weight : bold;
  text-decoration : underline;
}
.SECTIONTITLE{
  font-weight : bold ;
  text-decoration:underline ;
  text-align : left;
}
.NOTICKETS{
  font-weight : bold;
  text-decoration : underline;
  text-align : center;
  color : red;
}
.WARNING{
  font-weight : bold;
  color : red;
}
.CountDownPanel{
  font-weight : bold;
  color : red;
}
.CONFIRMDATA{
  font-weight : bold;
  font-family : Courier New,Courier,monospace;
}
.CONFNUMBER{
  font-weight : bold;
  font-size : 12pt;
}
.SMALL{
  font-size : 8pt;
  color : black;
}
.MIKELINK{
  font-family : Symbol;
  text-align : right;
  font-size : 9pt;
}
.DEBUGLINKS{
  font-family : Wingdings;
  text-align : right;
  font-size : 9pt;
}
.BUYNOW{
  text-align : center;
  font-weight : bold;
  font-size : 12pt;
  font-style : italic;
}
.TITLE{
  font-size : 16pt;
  font-weight : bold;
  text-align : center;
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
}
A:LINK{
  color : blue;
}
A:VISITED{
  color : purple;
}
A:HOVER{
  color : black;
}
.AVAIL1{
  background-color : lime;
}
.AVAIL2{
  background-color : gold;
}
.AVAIL3{
  background-color : pink;
}
.AVAIL4{
  background-color : red;
}
.AVAIL5{
  background-color : gray;
}
.okButton {
background-color: #D4D4D4;
font-color: #000000;
font-size: 9pt;
font-family: arial;
width: 70px;
height:	20px;  
}
.alertTitle {
background-color: #3C56FF;
font-family: arial;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 50px;
visibility:hidden; z-index: 999;
border-style: groove;
border-width: 5px;
border-color: #FFFFFF;
text-align: center;
}