body, td {
  font-family: verdana, trebuchet ms, tahoma, arial;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  line-height: 12px;
  text-align: justify;
  background-color: #222;

  scrollbar-face-color: #032B69;
  scrollbar-shadow-color: #033042;
  scrollbar-highlight-color: #5B809D;
  scrollbar-3dlight-color: #032B69;
  scrollbar-darkshadow-color: #032B69;
  scrollbar-track-color: #071727;
  scrollbar-arrow-color: #5B809D;
}

.heading {
  font-size: 22px;
  font-family: arial narrow, arial, tahoma, trebuchet ms;
  font-weight: bold;
  font-style: italic;
  padding-left: 35px;
  padding-top: 10px;
}

.menu {
  font-family: trebuchet ms, arial, verdana, tahoma, arial;
  font-size: 10px;
  font-weight: bold;
  color: gray;
  padding-top: 2px;
  letter-spacing: 0px;
}

.menu a {
  color: gray;
  text-decoration: none;
  padding-right: 5px;
}

.menu a:hover {
  color: red;
  text-decoration: none;
}

.maincell {
  padding-left: 100px;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  color: white;
  letter-spacing: 1px;
  line-height: 14px;
}

.maincell p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

.maincell h1 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.title {
  text-align: right;
  padding-right: 60px;
  padding-top: 8px;
  font-size: 16px;
  font-family: arial, tahoma, trebuchet ms;
  font-style: italic;
}

.stdtable td {
	background-color: #306F8D;
	vertical-align: top;
	padding-right: 10px;
}

.stdtable2 td {
  background: none;
  text-align: center;
}

.stdtable2 td img {
  border: 1px solid white;
}

.stdtable2 a {
  color: white;
  text-decoration: underline;
}

.stdtable2 a:hover {
  color: red;
  text-decoration: underline;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: orange;
  text-decoration: underline;
}

