body {
  font-family:      Verdana, Geneva, Arial, sans-serif;
  font-size:        small;
  background-image:	url(pattern.gif);
  background-repeat:	repeat;
  background-color: #DCDCDC;
}
h1 {
  font-weight:      bold;
  color:            #000000;
}
h1 {
  font-size:        270%;
  text-align:		center;
}
h2 {
	font-size:        140%;
	text-align:		left;
}
h3 {
	font-size:        140%;
	text-align:		center;
}
blockquote {
  font-style:       italic;
}

table{
    border: 1px solid black;
    table-layout: fixed;
    width: 900px;
    border-collapse:	collapse;
}

th, td {
    border: 1px solid black;
    overflow: hidden;
    width: 100px;
}
th {
  background-color: #6495ED;
	font-size:        200%;
}
td {
	font-size:        170%;
	text-align:		center;
	border-style:	solid;
}
caption {
  font-style:       italic;
  padding-top:      8px;
}
#allcontent {
	width: 			900px;
	padding-top:	5px;
	padding-bottom:	5px;
	margin-left:	auto;
	margin-right:	auto;
}
#table1 {
    border: 1px solid black;
      background-color: #E0EEEE;
      padding:		5px;
}
#table2 {
    border: 1px solid black;
    background-color: #E0EEEE;
}

#tablecontent {
  background-color: #FCF6CF;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
#faqbox {
  background-color: #FCF6CF;
  	padding-top:	5px;
	padding-bottom:	5px;
	padding-left:	10px;
}
.cellClass { 
	color: #000000; 
	border-top:  thick double #000000;
}
.bandtags { 
  font-size:        small;
  text-align:		left;
}