body { 
  font-family: Arial, Helvetica, Geneva;
  background-color: #FFFFFF;
  margin-left: 0;
  margin-top: 0;
}
pre {
  font-family: monospace;
}
p {
  font-family: Arial, Helvetica, Geneva, Courier;
  font-size: 12;
}
p.close {
  font-family: Arial, Helvetica, Geneva, Courier;
  font-size: 12;
  margin-left: 30px; 
  margin-top: 8px; 
  margin-right: 0px; 
  margin-bottom: 2px; 
}

p.test{
  margin-left: 10px; 
}
th {
  font-family: Arial, Helvetica, Geneva;
  font-size: 14;
}

td {
  font-family: Arial, Helvetica, Geneva;
  font-size: 12;
}
ul {
  font-family: Arial, Geneva;
  font-size: 12;
}
ol {
  font-family: Arial, Geneva;
  font-size: 12;
}
dl {
  font-family: Arial, Helvetica, Geneva;
  font-size: 14;
}
dd {
  font-family: Arial, Helvetica, Geneva;
  font-size: 12;
}
h1 {
  font-family: Arial, Geneva;
  color: #000000
}
h2 {
  font-family: Arial, Helvetica, Geneva;
  color: #000066;
  font-size: 24;
}
h3 {
  font-family: Arial, Geneva;
  color: #000066;
  font-size: 16;
}
h4 {
  font-family: Arial, Geneva;
  color: #000000;
  font-size: 14;
}
h5 {
  font-family: Arial, Geneva;
  font-style: normal;
  font-weight: normal;
  color: #000099;
  font-size: 14;
}

a:link {
  text-decoration: none;
  font-family: Arial, Geneva;
  color: #000099;
}
a:visited {
  text-decoration: none;
  color: #000099;
  font-family: Arial, Geneva;
}
a:active {
  text-decoration: none;
  color: #000099;
  font-family: Arial, Geneva;
}
a:hover {
  text-decoration: none;
  color: #6666FF;
  font-family: Arial, Geneva;
}

.buttonstyle:link {
  color: #ffffff;
  background-color: #009933;
  font-family: Arial, Geneva;
  font-size: 16;
  border-width: 3;
  border-style: outset;
  margin-top: 0;
  margin-left: 0;
}
.buttonstyle:visited {
  color: #ffffff;
  background-color:#009933;
  font-family: Arial, Geneva;
  font-size: 14;
  border-width: 3;
  border-style: outset;
  margin-top: 0;
  margin-left: 0;
}
.buttonstyle:active {
  color: #ffffff;
  background-color: #009933;
  font-family: Arial, Geneva;
  font-size: 14;
  border-width: 3;
  border-style: outset;
  margin-top: 0;
  margin-left: 0;
}
.buttonstyle:hover {
  color: #ffffff;
  background-color: #009933;
  font-family: Arial, Geneva;
  font-size: 14;
  border-width: 2;
  border-style: inset;
  margin-top: 2;
  margin-left: 2;
}

.darkblue {
	color: #000066;
}
.green {
	color: #009900;
}
.small {
	font-size: 11;
}
.verysmall {
	font-size: 9;
}
.medium {
	font-size: 12;
}
.standard {
  font-size: 14;
}
.livedata {
	color: #000000;
	background-color: #cfffcf
}
.largebold {
  font-size: 16;
  font-weight: bold;
}

