body {
	background: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, 'Bitstream Vera Sans', Tahoma, Arial;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

.h1 {
	color: #E87830;
	font-weight:normal;
	font-size: 35px;
	letter-spacing: -1px;
}

.h2 {
	color: #103458;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: -1px;
}

.h3 {
	color: #103458;
	font-weight: bold;
}

.description {
  color: #c0c0c0;
  font-weight: normal;
  font-size: 11px;
  line-height: 0.25;
  text-align: center;
}

td.lite {
  border-bottom: 1px dotted #bdc8d1;
}

td.hard {
  border-bottom: 1px solid #a3b3bf;
}

a:link {
	color: #387ab8;
	text-decoration: none;
}
a:visited {
	color: #387ab8;
	text-decoration: none;
}
a:hover {
	color: #103458;
	text-decoration: none;
}
a:active {
	color: #387ab8;
	text-decoration: none;
}