﻿#pTitle {
	text-align: center; 
	margin-top: 20px; 
	margin-bottom: 0px; 
	color: black; font-family: 
	Roboto; 
	font-weight: bold; 
	font-size: 24px;
}

#pHeader {
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 0px; 
	color: black; font-family: 
	Roboto; 
	font-weight: bold; 
	font-size: 22px;
}

#pCell {
	text-align: center; 
	margin-top: 8px; 
	margin-bottom: 0px; 
	color: black; font-family: 
	Roboto; 
	font-weight: bold; 
	font-size: 20px;
}

#divTable {
	// background-image: url("sketch-960x300.jpg");
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
  height: 300px;
  border: 3px solid #cc0000;
}

#div11 {
	position: absolute;
  display: block;
  left: 35px;
	top: 20px;
	width: 150px;
	height: 60px;
	border: 1px solid black;
}

#div12 {
	position: absolute;
  display: block;
  left: 195px;
	top: 20px;
	width: 200px;
	height: 60px;
	border: 1px solid black;
}

#div13 {
	position: absolute;
  display: block;
  left: 405px;
	top: 20px;
	width: 520px;
	height: 60px;
	border: 1px solid black;
}

#divBand2 {
	position: absolute;
  display: block;
  left: 35px;
	top: 114px;
	width: 890px;
	height: 42px;
	background: #e6e6ff;
	border: 1px solid black;
}

#divBand3 {
	position: absolute;
  display: block;
  left: 35px;
	top: 176px;
	width: 890px;
	height: 42px;
	background: #ffe6e6;
	border: 1px solid black;
}


#divBand4 {
	position: absolute;
  display: block;
  left: 35px;
	top: 238px;
	width: 890px;
	height: 42px;
	background: #e6ffe6;
	border: 1px solid black;
}

#divFirst {
	position: absolute;
  display: block;
  left: 0px;
	top: 0px;
	width: 150px;
	height: 42px;
	// border: 1px solid black;
}

#divSecond {
	position: absolute;
  display: block;
  left: 160px;
	top: 0px;
	width: 200px;
	height: 42px;
	// border: 1px solid black;
}

#divThird {
	position: absolute;
  display: block;
  left: 370px;
	top: 0x;
	width: 520px;
	height: 42px;
	// border: 1px solid black;
}




