body {
	background: rgb(82,68,60);
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  font-variant : small-caps;
}
h3 {
  font-size: 10pt;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  padding-left: 1.75em
}
a:link, a:visited {
	color: rgb(224,100,34);
  background : transparent;
  text-decoration: none;
  font-weight: inherit;
}
a:link:active, a:link:hover, a:visited:hover {
	color: rgb(224,100,34);
  background: transparent;
  text-decoration: underline;
  font-weight: inherit;
}
.special_content a:link, .special_content a:visited {
	color: white;
  background : transparent;
  text-decoration: underline;
  font-weight: bold;
}
.special_content a:link:active, .special_content a:link:hover, 
.special_content a:visited:hover {
	color: rgb(227,178,66);
  background: transparent;
  text-decoration: underline;
  font-weight: inherit;
}
.content {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  padding-left: 0.75em;
  padding-right: 0.75em
}
.text {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  text-indent : 1em;
}
.special_content {
  background: rgb(74,141,135) url(images/special_background.gif) no-repeat;
  color: white;
}
.special_content p {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 0.5em 1em 0 1.5em;
}
.navbar {
  background: rgb(48,89,101) url(images/navbar_bottom.gif);
  color: white;
}
.navLinks {
	text-align: center;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 1em;
}
.copyright {
	font-size: 8pt;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}
ul.inset {
  padding: 0;
  margin: 0 0.5em 0 1.25em;
}