body.small {
  max-width: 1024px;
  margin: 0 auto;
}

body.medium {
  max-width: 1200px;
  margin: 0 auto;
}


a:link,a:visited,a:active {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
} 

div.title {
  font-family: Arial, Sans-Serif;
  font-size: 16pt;
  background-color: lightblue;
  margin-bottom: 10pt;
}

div.subtitle {
  font-family: Arial, Sans-Serif;
  font-size: 14pt;
  margin-bottom: 10pt;
}

div.tsubtitle {
  font-family: Arial, Sans-Serif;
  font-size: 18pt;
  margin-bottom: 10pt;
  font-weight: bold;
}

div.section {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  margin-bottom: 10pt;
}

div.tsection {
  font-family: "Times New Roman", Times, serif;
  font-size: 14pt;
  martin-bottom: 10pt;
}

div.navigation {
  font-family: Arial, Sans-Serif;
  font-Size: 10pt;
  background-color: lightgrey;
  margin-bottom: 10pt;
}

div.footer {
  font-family: Arial, Sans-Serif;
  font-size: 8pt;
}


div.caption {
  font-family: Arial, Sans-Serif;
  font-size: 12pt;
}


div.banner {
  font-family: Arial, Sans-Serif;
  font-size: 18pt;
  border: 5px solid black; 
  font-weight: bold;
  width: 50%;
  text-align: center;
}


div.pubItem {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  margin-bottom: 10pt;
}

div.pubTitle {
  font-weight: bold;
}

div.pubAuthor {
  font-style: italic;
}



div.linkItem {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  margin-bottom: 10pt;
}



div.cellItem {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  padding: 5pt;
  text-align: center;
}


div.cellItemLeft {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  padding: 5pt;
  text-align: left;
}


table.hardware {
  border: 0px;
}

th.Item {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  padding: 2pt;
  text-align: left;
}

td.Item {
  font-family: Arial, Sans-Serif;
  font-size: 10pt;
  padding: 2pt;
  text-align: left;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 25px;
}




