body { margin-top:10px; margin-bottom:10px; }

p, h1, h2, h3, h5, ul, ol, li, div, td, th, address, input, pre, blockquote, nobr, b, i
     { font-family: Verdana, sans-serif; }


h4 { font-family: Verdana, sans-serif; color:#FF850F;}

h6 { font-family: Verdana, sans-serif; color:#FFFFFF;}

p.zwo { font-size:10pt; color:#FF0000; }

table.hoverTable{ table-layout: auto; width: 300px; border-collapse: collapse;}
table.hoverTable td.right{ padding:7px; text-align: right}
table.hoverTable td.left{ padding:7px; text-align: left}
	/* Define the default color for all the table rows */
table.hoverTable tr{ background: #ffffff; height: 80px;}
	/* Define the hover highlight color for the table row */
table.hoverTable tr:hover { background-color: #43464B; }

table.normalTable{ table-layout: auto; width: 300px; border-collapse: collapse;}
table.normalTable td.right{ padding:7px; text-align: right; background-color: #43464B; }
table.normalTable td.left{ padding:7px; text-align: left; background-color: #43464B;}
table.normalTable td.center{ padding:7px; text-align: center; background-color: #43464B;}
table.normalTable td.spacer{ padding:7px; text-align: center; background-color: #FFFFFF;}
	/* Define the default color for all the table rows */
table.normalTable tr{ background: #ffffff; }


a.img-bttn {
  color: black;
  transition-duration: 0.4s;
  border: 1px solid #000000;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

a.img-bttn:hover {
  background-color: #43464B;
  color: white;
}


