body
	{
	background: black;
	background-image: url("../Graphics/stars.gif");
	font: 10pt "arial"; color: White;
	}

.BodyNoBackground
	{
	background: white;
	font-family: Arial 
	}

h1 	{font: 24pt; font-weight:bold}

p	{font: 10pt "arial"}

table	{font: 10pt "arial"}

.TableNoBorder 
	{
	width: 100%; 
	border: 0;
	}

small	{font: 8pt "arial"}

A
	{
	color : Yellow;
	text-decoration : none;
	} 

A:hover	{background: Red}		

A.menu
	{font: 10pt "arial"; 
	font-weight:bold; 
	color : yellow; 
	text-decoration : none
	} 
		
A.menu:hover
	{background: Red}			
	
.yellowfont
	{font: 10pt "arial"; 
	font-weight:bold; 
	color: Yellow
	}

.imgBorder{
	border: thin solid yellow;
	background-color: white;
	margin: 2px 2px 2px 2px;
	border-radius: 15px;
	padding: 20px;
}

.grdBorder{
	border: thin solid yellow;
	background-color: white;
	margin: 2px 2px 2px 2px;
	border-radius: 15px;
	padding: 20px;
}

.divCenter{
	display: inline-block;
	position: relative;
	left: 50%; 
	transform: translateX(-50%);
}

.tblBack {
  background-color: white;
  color: black;
  border-radius: 15px;
  padding: 10px;
  border:thin solid yellow;
}

.blackLink{
	color : black;
	text-decoration : none;
	font-weight:bold; 	
}

h1,h3{
	text-align: center;
}

.bandCard {
	float: inline-start;  
	width: 285px;
	height: 250px;
	margin: 2px 2px 2px 2px;
	border: thin solid yellow;
	background-color: white;
	color: black;
	border-radius: 15px;
	padding: 30px 1px 1px 1px
  }

  .bandImgDiv
  {
	margin: auto;
	width: 285px;
	height: 200px;
	display: table-cell;
	vertical-align: bottom;
  }

  .bandImg {	
	max-width: 275px;
	max-height: 200px;
  }

  .bandLabel {
	vertical-align: bottom;
	color:black;
	text-align: center;  
  }

  .pagPos {
	text-align: center;
	width: 65%;
	margin: 0 auto;
  }
  
  @media (max-width: 600px) {
	.pagPos {
	  position: relative;
	  width: 90%;
	}
  }
  
.equipmentCard {
	float: inline-start;
	width: 275px;
	height: 320px;
	margin: 2px 2px 2px 2px;
	border: thin solid yellow;
	background-color: white;
	color: black;
	border-radius: 15px;
	padding: 30px 1px 1px 1px;
  }

  .equipmentImgDiv {
	height: 200px;
  }
  
  .equipmentImg {
	max-width: 275px;
	max-height: 200px;
  }

  .eqDesc {
	padding-top: 5px;
	display: block;
	height: 35px;
	font-weight: bold;
	color:black;
	/*white-space: nowrap;*/
  }

.mfgImg {
  max-width: 252px;
  max-height: 70px;
  min-height: 50px;
}

.mfgImgDiv {
  height: 70px;
  vertical-align: middle;
}

.bandImgBtn {
	border-radius: 50%;
	border: 1px solid black;
	background-color: white;
	cursor: pointer;
  }