body {
  font-family: serif;
  color: #003333;
  background-color: #CCCCFF;
}

h1 {
	font-weight:normal;
	font-size:2em;
	color:#000077;
    text-align: left;
}

h2 {
	font-weight:bold;
	font-size:1em;
	color:#000077;
	text-align: left;
}

table.maintab {
  width: 55em;
  height: 80em;
  border-style: none;
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  background-color: #DFDFBF;
  background-image: url('../images/bg1.png');
  background-repeat: no-repeat
}

td.heading {
  height: 8em;
  padding: 10pt;
  vertical-align: text-top;
}

td.menu {
  height: 2em;
  padding: 2pt;
  padding-right: 10pt;
  font-size:9pt;
  border-top:thin solid #B4CBDF;
  border-bottom:thin solid #B4CBDF;
  background-image: url('../images/menubg.png');
  vertical-align: middle;
  text-align: right;
}

td.content {
  text-align: justify;
  width: 40em;
  padding-left: 10pt;
  padding-top: 10pt;
  vertical-align: text-top;
}

td.sidebar {
  width: 15em;
  padding-left: 25pt; 
  vertical-align: text-top;
}

td {
  vertical-align: text-top;
}

p
{
text-align: justify;
color: #003333;
font-family: Verdana, Helvetica, arial;
}

hr {
  border: none;
  background-color: #B4CBDF;
  color: #B4CBDF;
  height: 3px;
}

a:link {
  text-decoration: none;
  color: midnightblue;
}

a:visited {
  text-decoration: none;
  color: slategray;
}

a:hover {
  text-decoration: none;
  background: #EFEFCF;
}

