body.admin {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;}

body {
  background-color: white;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: left;
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;
}

body.main {
  background-color: #777777;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;
}

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;
}

.footertext {
  color: #eeeeee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;
  font-weight:bold;
}

a.footertext:link {
  color: #dddddd;
  text-decoration: none;
}

a.footertext:visited {
  color: #dddddd;
  text-decoration: none;
}

a.footertext:hover {
  color: #bbbbbb;
  text-decoration: underline;
}

p {
  color: #333333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;
}

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

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

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

h6 {
  color: #555577;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10pt;
  margin-top: 2px;
  margin-bottom: 5px;
}

table.main {
  margin-left: auto;
  margin-right: auto;
  width:765px; 
  background-color: #7c0000;
  border:3px double #cccccc;
}

table.sub {
  border: solid;
  border-color: #000000;
  border-width: 0px;
  width:100% ;
}

td.left {
 width: 172px; 
 padding:8px;
 padding-left:14px;
 vertical-align:top;
}

td.centre {
 width: 551px; 
 padding:8px;
 padding-top:4px;
 height: 300px; 
}

td.bottom {
 height:67px; 
 padding-bottom:10px; 
 background-image:url(/images/bottomgradient.jpg); 
 background-position: bottom left; 
 background-repeat: repeat-x;
}

input {
  background-color: #fafafa;
  color: #003333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8pt;
}

textarea {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8pt;
}

select {
  background-color: #ffffff;
  color: #003333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8pt;
}

#navcontainer a
{
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: -10px;
	width: 140px;
	background-image: url(/images/button1.png);
   background-repeat: no-repeat;
	height: 46px;
	color: #eeeeee;
   font-family: Georgia, Arial, Helvetica, "Sans Serif", sans-serif;
   font-weight:bold;
 	font-size:12pt;
 	text-align:center;
}

#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover 
{	
	width: 140px;
   background: url(/images/button2.png) 0 -52px;
   background-repeat: repeat-y;
	color: #111111;
	text-decoration: none;
}
