/* CSS Document */
body {
  width: 1024px;
  height: 768px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #242F5B;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify; 
	font-family: arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-right: 20px;
}

h1 { /*Used as headings for each page*/
  text-align: left;
  font-family: arial;
  font-size: 14pt;
  padding-left: 10px;
  color: #182CA3;
}

h2 { /*Used for font for index statement*/
  text-align: center;
  font-family: arial;
  font-size: 14pt;
  color: #229522;
}

h3 { /*Used as smaller headerings than for the page*/
  text-align: left;
  font-family: arial;
  font-size: 13pt;
  color: #000000;
  padding-left: 20px;
}

h4 { /*Used to make a sentence stand out - on revenue page*/
  text-align: center;
  padding left: 10px;
  padding right: 10px;
  font-size: 12pt;
  color: #000000;
  font-family: arial;
}

h5 {
}

.ol {
  text-align: justify; 
	font-family: arial;
	font-size: 11pt;
	padding-left: 40px;
	padding-right: 20px;
}

.nav {
  text-align: center;
  font-family: arial;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.subnav {
  text-align: center;
  font-family: arial;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.nav:hover {
  color: #182DA4;
}

a.subnav:hover {
  color: #239523;
}

.on {
  text-align: center;
  font-family: arial;
  font-size: 9pt;
  color: #182DA4;
  text-decoration: none;
  font-weight: bold;
}

.disclaimer {
  color: #000000;
}

.images {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.hardwareTable {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.packageTable {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: arial;
  font-size: 12px;
}

