.dropshadow{
	-moz-box-shadow: 6px 6px 7px #666;
	-webkit-box-shadow: 6px 6px 7px #666;
	box-shadow: 6px 6px 7px #666;
	/ For IE 8 /
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=33, Direction=135, Color='#666666')";
	/ For IE 5.5 - 7 /
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
}
body {
   background-color:#FFFFFF;
   background-image: url(../pic/backgroundrev.jpg);
   background-repeat: repeat;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 80%;
   color: #333333;
}

b,
strong {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 105%;
}

.container {
   text-align:center;
}

.center {
   margin-left:auto;
   margin-right:auto;
   background-color:#F7F7F7;
   max-width:1000px;
   min-width:1000px;
   text-align:left;
   outline: 1px solid gray;
   width: expression(document.body.clientWidth < 1002? "1000px" : document.body.clientWidth > 1002? "1000px" : "auto");  /*   IE6 workaround for max-width */
}

.wholepage {
   background-color: white;
   background-repeat: repeat-x;
   background-position: top;
   padding: 8px;
}


.welcomeheade {
   font-size: 120%;
   font-style: italic;
	font-weight: bold;
   color: #b33642;
}
.welcomeheadf {
   font-size: 120%;
   font-style: italic;
   font-weight: bold;
   color: #4d6486;
}

.welcomewordse,
.welcomewordse a:link,
.welcomewordse a:visited,
.welcomewordsf,
.welcomewordsf a:link,
.welcomewordsf a:visited {
   font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.welcomewordse a:hover,
.welcomewordse a:active,
.welcomewordsf a:hover,
.welcomewordsf a:active{
   font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

.concertheade,
.concertheadf {
	font-size: 105%;
	font-style: normal;
	font-family: Arial, Geneva, Helvetica, sans-serif;
    font-weight: bold;
	color: black;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
.concertwordse,
.concertwordsf {
   font-size: 85%;
	font-style: normal;
    font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
   color: black;
}

.nada {
	background-color: #FFFFFF;
}

.bigfirst {
	font-size: 120%;
	font-weight: normal;
}



.copyright,
.copyright a:link,
.copyright a:visited{
   font-size: 65%;
	font-style: italic;

   color: #979797;
	background-position: right;

	text-decoration: none;
}

.copyright a:hover ,
.copyright a:active {
   font-size: 65%;
   font-style: italic;

   color: red;
   background-position: right;

   text-decoration: underline;
}



.enter,
.enter a:visited,
.enter a:link {
   font-size: 80%;
	font-style: normal;
   font-weight: normal;
	color: #666666;
	background-position: right bottom;
	text-decoration: none;
   padding:1px;
}



.enter a:active,
.enter a:hover  {
   font-size: 80%;
	font-style: normal;
	font-weight: normal;
   color: black;
   background-color: #ffffcc;
	background-position: right bottom;
/*  text-decoration: underline;*/
   outline: gray 1px solid;
   padding:1px;
}












.concertlinks,
.concertlinks a:link,
.concertlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-position: right bottom;
	text-decoration: none;
}

.concertlinks a:hover,
.concertlinks a:active {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
   color: red;
	background-position: right bottom;
   text-decoration: underline;
}

.blend img {
   opacity: 0;
   -moz-opacity: 0;
   -khtml-opacity:0;
   filter: alpha(opacity=0);
}

