body.admin {
  background-color: #dedede;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

body {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

body.main {
  background-color: #e5ecf4;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a:link {
  color: #5555bf;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: none;
}

a:visited {
  color: #5555bf;
  text-decoration: none;
}

a:hover {
  color: #000055;
  text-decoration: underline;
}

p {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

p.sideheader {
  color: #00007f;
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15pt;
  margin-left: 6px;
  padding-top:6px;
  background-image: URL(/images/sideheader.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}


p.heading {
  color: #dd5511;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;  
}

p.subheading {
  color: #cc6600;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;  
}

p.heading2 {
  color: red;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 16pt;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 4px;
}

p.subheading2 {
  color: red;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 13pt;
  font-weight: bold; 
  margin-top: 2px;
  margin-bottom: 4px;  
}

li {
  color: #333333;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 9pt;
}

hr {
  color: #fafafa;
  background-color: #fafafa;
  width:100%;
  height:1px; 
}

h1 {
  color: #003da7;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  color: #666688;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}

h3 {
  color: #8888aa;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 8px;
}

h4 {
  color: #777799;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 13pt;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 7px;
}

h5 {
  color: #666688;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 6px;
}

h6 {
  color: #555577;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 10pt;
  margin-top: 2px;
  margin-bottom: 5px;
}

table.main {
  margin-left: auto;
  margin-right: auto;
  width: 765px;
  border:2px solid #555555;
}

table.sub {
  border: solid;
  border-color: #000000;
  border-width: 0px;
  width:100% ;
}

td {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

td.right {
  background-color: #ffffff;
  background-image: URL(/images/sidebargradient.jpg);
  background-position: top right;
  background-repeat: repeat-y;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  vertical-align: top;
  width: 205px;
  
}

td.centre {
  background-color: white;
  height: 300px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 4px;
  vertical-align: top;
  width: 560px;
}

td.top {
  background-color: #ffffff;
  height:120px;
}

td.menubar {
  background-color: #999999;
  height:28px;
}

td.bottom {
  background-color: white;
  height: 25px;
  vertical-align: bottom;
  padding-left:4px;
  padding-bottom:8px;  
}

td.margin {
  width: 10px;
}

input {
  background-color: #fafafa;
  color: #003333;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 8pt;
}

textarea {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 8pt;
}

select {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 8pt;
}

input.block {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 8pt;
}

input.button {
  background-color: #faf9e7;
  color: black;
  font-family: Georgia, "Times New Roman", Serif, serif;
  font-size: 8pt;
  font-weight: normal;
}