/* CSS Document */

body {
  font-size: 14px;
  line-height: 120%;
  
}

img {
    vertical-align: text-top;
}
.content {
  width: 100%;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
  margin: 0 auto;
}


h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 20px 0px 0px 20px;
  padding-bottom: 0px;
  line-height: 50%;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin: 5px 0px 10px 20px;
  color: white;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0px 5px 20px;
}

a {
	text-decoration: underline;
	color: black;
	
}

bt {
	font-size: 14px;
	text-decoration: underline;
	padding-left: 10px;
	color: black;
	
}


table, th, td {

}

.titleTable {
    width: 1200px;
	
}

.titleTable th {
	padding: 0px;
	
}

.titleTable td {
	padding: 10px;
	
}

.sideTable {
	
}

.sideTable th {
	
}

.sideTable td {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;	
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.barTable {
	
}

.barTable th {
	
}

.barTable td { 

}

.barText {
  height: 20px;
  white-space: nowrap;
}

.barText > div {
  transform: 
	translate(0px, 0px)
    rotate(45deg);
  width: 80px;
}
.barText > div > span {
  padding: 0px 0px 0px 0px;
}

.bodyTable {
}

.bodyTable th {
	text-align: left;
	font-weight: bold;
	padding: 10px;
	font-size: 18px;
	
}

.bodyTable td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	
}

.bodyTableimage {
	border-right: 5px solid black;
	border-left: 5px solid black;
	border-top: 5px solid black;
}

.bodyTabletext {
	font-size: 14px;
	border-right: 5px solid black;
	border-left: 5px solid black;
	border-bottom: 5px solid black;
	padding: 10px;
}

.container {
    position: relative;
    text-align: justify;
    color: black;
	font-style: italic;
	background-color: white;
}

.centered {
    position: absolute;
	font-size: 14px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: inline;
    background: white;
	padding: 10px;
	border: 1px solid black;
	
}

.bodyTop {
	float: left; 
	text-align: left; 
	font-size:16px; 
	font-weight: normal; 
	line-height: 20px
}

.bodyTopbullets {
	text-align: center; 
	font-size:16px; 
	font-weight: bold; 
	line-height: 20px;
	padding: 0px;
}

.bodyTitle {
	float: left; 
	text-align: left; 
	font-size:20px; 
	font-weight: Bold; 
	line-height: 20px
}

.bodySubtitle {
	float: left; 
	text-align: left; 
	font-size:18px; 
	font-weight: Bold; 
	line-height: 20px
}

.bodyReview {
	text-align: left; 
	vertical-align: top;
	font-size:14px; 
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	border: 5px solid white;
	padding: 5px;
	background-color: white;
}

.imageReview {
	border: 10px solid white;
	text-align: left;
}

f {
	text-align: right; 
	vertical-align: top;
	font-size:8px; 
	line-height: 12px;

}