body {
  font-family: "tahoma", "arial", "helvetica", "sans-serif";
  font-size: 8pt;
  color: #CCCCCC;
  margin-top: 4px;
  margin-bottom: 0px;
  background-color: #222222;   
}

table {
  border-collapse: collapse;
  border: none;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

p {
	font-size: 9pt;
	padding-left: 10px;
}

p.sub { 
  margin-bottom: 4pt;
}

td {
  font-size: 9pt;
  border: solid #000000 1px;
  color: #cccccc;
}

td.top {
  border: none;
}

td.menutitle {
	background-color: #1F1C18;
	border: none;
	color: #bbffaa;
	padding-left: 6px;
}

td.menu {
  border: none;
  color: #CCCCCC;
}

td.italic {
	background-color: #1F1C18;
	color: #bbffaa;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	border: none;
}

td.title {
	background-color: #1F1C18;
	color: #bbffaa;
	border: none;
}

td.nav {
  font-size: 9pt;
  color: #bbffaa;
  border: solid #000000 1px;
}

td.bottom {
  border: none;
}

td.colhead {
  background-color: #1F1C18;
  color: #bbffaa;
}

td.blink {
	background-color: #1F1C18;
	color: #bbffaa;
	text-decoration: blink;  
}

td.blue {
	background-color: #1F1C18;
	color: #bbaaff;
	border: none;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}

input {
  color: #CCCCCC;
  background-color : #222222;
  border: 1px solid #bbaaff;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
}

a:link, a:visited {
  text-decoration: none;
  color: #CCCCCC;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
}

a.altlink:link, a.altlink:visited{
  font-family: "topaz", "tahoma", "arial", "helvetica", "sans-serif";
  font-size: 9pt;
  color: #bbaaff;
  text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
  color: #eeddff;
}

a.altlink_blue:link, a.altlink_blue:visited{
  font-weight: bold;
  color: #bbaaff;
  text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
  color: #eeddff;
}
a.altlink_green:link, a.altlink_green:visited{
  font-weight: bold;
  color: #bbffaa;
  text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
  color: #eeffdd;
}

input, select, textarea {
  font-family: "topaz", "tahoma", "arial", "helvetica", "sans-serif";
  font-size: 9pt;
}

.btn {
  width: 75px;
  height: 23px;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border  
{  
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
}