body, table {
  font: 12px 'Trebuchet MS regular', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #262626;
}

a {
  color: gray;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #464646;
}

h2 {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: .8em;
  color: #464646;
  border-bottom: solid 1px #ababab;
  /*
	color: #29568f;
	color: #ababab;
	border-bottom: solid 1px #29568f;*/
}

h3 {
  font-size: 1.2 em;
  border-bottom: solid 1px #464646;
}

h4 {
  font-size: 1.1 em;
  border-bottom: dotted 1px #464646;
}

h5 {
  font-size: 0.8 em;
  margin-bottom: 0.5 em;
  border-bottom: dashed 1px #464646;
}

label {
  font-weight: bold;
}

.right {
  text-align: right;
}

.white {
  color: white;
}

.redLabel {
  color: red;
  font-weight: bold;
}



/*
.blue {
	color: #29568f;	
}
*/