body
{
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  font-size: 24px;
  padding: 12px;
  color: white;
  background-color: #000000;
  line-height: 1.5;
}

/* Import font from Google Web Fonts */


@font-face
{
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

a
{
  color: #FFFFFF;
}

a:visited
{
  color: #FFFFFF;
}

a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

a:active
{
  color: #FFFFFF;
}

a img
{
  border:0;
}

h1
{
  font-family: 'Oswald', sans-serif;
  color: #00FF00;
  background-color: #003F00;
  font-weight:100;
  font-size: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin:0;
}

h2
{
  color: #00FF00;
  background-color: #003F00;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size:50px;
}

ul
{
  list-style-image: url('../images/bullet.png');
  padding-left: 40px;
}

ul li
{
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
}

ol
{
  padding-left: 40px;
}

ol li
{
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* --- Custom classes --- */

.imagecenter
{
  box-shadow: 0px 1px 2px 1px rgba(0,1,0,0.75);
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.imageleftfloat
{
  float: left;
  margin-left: auto;
  margin-right: auto;
}

.imageleft
{
  box-shadow: 0px 1px 2px 1px rgba(0,1,0,0.75);
  margin-left: auto;
  margin-right: auto;
}

/* Start Page */

.startHeader
{
  margin: 0;
  padding: 10px;
  background: #795548 url('../images/startbanner.png') no-repeat left top;
  font-size: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 25px;
}

@media (max-width: 767px)
{ /* Landscape phone to portrait tablet */
  .startHeader
  {
    background-image: none;
  }
}

.startTable
{
  padding: 10px;
  padding-top: 0;
}

.startTable:after
{
  content: "";
  clear: both;
  display: block;
}

.startTable h2
{
  padding-top: 0;
  padding-left: 25px;
  border: 0px none;
  background: transparent none;
}

.startColumn
{
  float: left;
  width: 33%;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
  .startColumn
  { /* One column per screen */
    width:100%;
  }
}

/* Footer elements */

.footer
{
  background: #003F00;
}

.footerInner
{
  font-size: 16px;
  padding: 8px;
  color: #FFFFFF;
}

.footer a
{
  color: #FFFFFF;
}

/* Tables */
/* CHTable is the CSS class assigned to all tables by default. Use the styles below to customize the default tables appearance */

.CHTable
{
  font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-align: left;
	border-collapse: collapse;
  background: #001F00;
  border: 2px solid #00FF00;
}

.CHTable th
{
	font-size: 28px;
	font-weight: normal;
	padding: 10px 8px;
	color: #FFFFFF;
  letter-spacing: 1px;
  background: #003F00;
}

.CHTable td
{
	padding: 8px;
	color: #FFFFFF;
  border-right: 1px solid #007F00;
	border-left: 1px solid #007F00;
}

.CHTable tr:nth-child(even)
{
	background: #003F00;
}

/* Simple table */

.tableSimple
{
  font-family: 'Oswald', sans-serif;
	font-size: 24px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #00FF00;
}

.tableSimple th
{
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #005F00;
  text-align:left;
  letter-spacing: 1px;
}

.tableSimple tbody
{
	background-color: #000000;
}

.tableSimple td
{
	padding: 10px;
	color: #FFFFFF;
	border-top: 1px solid #00FF00;
  text-align: left;
}

.tableSimple tfoot td
{
	text-align:left;
}

.tableSimple tbody tr:hover td
{
	color: #00FF00;
	background: #001F00;
}

/* Table with both rows and columns having odd/even styles */

.tableVerZebra
{
  font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-align: left;
	border-collapse: collapse;
  background: #001F00;
  color: #FFFFFF;
}

.tableVerZebra a
{
 color: #FFFFFF;
}

.tableVerZebra th
{
	font-size: 28px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #00FF00;
	border-left: 1px solid #00FF00;
  letter-spacing: 1px;
  background: #007F00;
  color: #FFFFFF;
}

.tableVerZebra tr:nth-child(odd)
{
	background: #003F00;
  color: #FFFFFF;
  border-bottom: 2px solid #00FF00;
  border-top: 2px solid #00FF00;
}

.tableVerZebra td
{
	padding: 8px 15px;
	border-right: 2px solid #00FF00;
	border-left: 2px solid #00FF00;
}

.tableVerZebra tfoot td
{
  background: #007F00;
  color: #FFFFFF;
}

/* Info Box */
.infoBox
{
  width: 100%;
  font-size: 0.8em;
  border: 5px solid #FF9D00;
}

.infoBox p:last-child
{
    margin-bottom: 0;
}

.infoBox p
{
    margin-top: 0;
}

.infoBoxImageCell
{
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  width: 28px;
}

.infoBoxText
{
  padding: 8px;
}

.warningBox
{
  width: 100%;
  font-size: 0.8em;
  border: 5px solid #FF0000;
}

.warningBox p:last-child
{
    margin-bottom: 0;
}

.warningBox p
{
    margin-top: 0;
}

.warningBoxImageCell
{
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  width: 28px;
}

.warningBoxText
{
  padding: 8px;
}

/* Navigation elements */

.CHNavLinkTop
{
}

.CHNavLinkNext
{
}

.CHNavLinkPrevious
{
}

.CHSeeAlso
{
}

.CHBreadcrumb
{
}

/* FAQ */

.faqQuestionText
{
  background-color: #007F00;
  padding: 10px;
  padding-left: 10px;
}

.faqAnswer
{
  color: #7FFF7F;
  padding-left: 10px;
}
