p {
  font-family:'inconsolata';
  font-size:12px;
  font-style:bolder;
  padding-left: 16px;
  line-height: 200%;
}

table {
  font-family:'inconsolata';
  font-size:15px;
}

input {
  font-family:'inconsolata';
  font-size:15px;
  font-style:bolder;
  padding:5px;
}

select {
  font-family:'Inconsolata';
  background:white; 
  font-size:15px;
  font-weight: bolder; 
  color:black;
  height:30px;
  padding:5px;
  width:auto;
}

option {
	font-weight: bolder;
	font-size: 20px;
	width:auto;
}

a { 
  color:gray;
  text-decoration:none;
  font-family:'inconsolata';
  font-size: 12px;
}

a:hover {
  color:blue;
  text-decoration:none;
  border-bottom:solid 2px navy;
  font-family: 'inconsolata';
  font-size: 12px;
}
a.glossary {
  color: navy;
  border-bottom: 1px dotted navy;
  text-decoration: none;
}
a.glossary:hover {
  color: blue;
  border-bottom: 1px dotted blue;
  text-decoration: none;
  cursor: help;
}
h1 {
  color:navy;
  text-decoration: underline;
  font-size: 10px;
  font-family: arial;
}

a.resultTable {
  color:white;
  text-decoration:none;
  font-family:'inconsolata';
  font-size: 12px;
}

a.resultTable:hover {
  color:white;
  text-decoration:underline;
  font-family:'inconsolata';
  font-size: 12px;
}

.glossary {
  color: navy;
  border-bottom: 1px dotted navy;
  text-decoration: none;
}
.glossary:hover {
  color: blue;
  border-bottom: 1px dotted blue;
  text-decoration: none;
  cursor: help;
}
.toc{
  color: white;
  font-size: 9px;
  font-style: bolder;
  background-color: navy;
  text-align: center;
  line-height: 125%;
}
.tocTemp{
  color: white;
  font-size: 15px;
  font-weight: bolder;
  background-color: navy;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}

.resultTable {
  background:#cccccc;
  font-family:'inconsolata';
  font-size:10px;
}

.alert {
  background:yellow;
  color:red;
  font-family:'inconsolata';
  font-size:bold;
  font-weight: bolder;
  line-height:200%;
}

.border {
  border: 2px solid black;
  padding-left: 4; 
  padding-right: 4;
  padding-top: 1;
  padding-bottom: 1;
}

.cellSplit {
border-left-width: 1;
border-right-style: solid;
border-right-color: black;
border-right-width: 1px;
border-top-width: 1;
border-bottom-width: 1;
}

.menu {
  color:black; font-size:15px;
  border: 2px solid black;padding: 5px;
  background-color: #c5c8cc;
  display:block;
}

.menu:hover {
  color:black; font-size:15px;
  text-decoration:none;
  border-left:solid 2px;
  background-color: #a3a5a8;
}

.subMenu {
  color:black; font-size:12px;
  border: 1px solid black;padding: 5px;
  background-color: #c5c8cc;
  display:block;
  float:left;
  margin:5px;
}

.subMenu:hover {
  color:black; font-size:12px;
  border: 1px solid black;padding: 5px;
  background-color: #a3a5a8;
}

.contractMoney {
  font-size:18px;
  font-weight:bolder
}

.largeType {
  font-size:18px;
  font-weight:bolder;
}

.calendarToday {
  background:red;
  color:white;
  font-weight:bolder;
  border:black solid 1px;
}

#front-page-options {
	background-color:#eff2f7;
}

body > table:nth-child(5) > tbody > tr:nth-child(1) > td:nth-child(2) > table > tbody > tr:nth-child(3){
	padding-bottom:5px
}

table#history {
	background-color:#eff2f7;
	padding:10px;
	width:100%;
}

table#history tr{
	border-spacing:5px!important;
}

table#history tr td {
	text-align:center;
}

td#desc {
	text-align:justify!important;
	border-spacing: 5px;
}