BODY{
  font-family : Arial, sans-serif, Helvetica;
  font-weight : normal;
  color :   black;
  background-color : "#FFFFAA";
  text-decoration : none;
  font-size : 10pt;
  margin: 0;
}
H1{
  font-family : Arial, sans-serif, Helvetica;
  font-size : 12pt;
  font-weight : bold;
  color : "000000";
  text-align : left;
}
H2{
  font-family : Arial, sans-serif, Helvetica;
  font-size : 11pt;
  font-weight : bold;
  color : "000055";
  text-align : left;
}
H3{
  font-family : Arial, sans-serif, Helvetica;
  font-size : 10pt;
  font-weight : bold;
  color : "000099";
  text-align : left;
}
TH{
  font-size : 10pt;
  font-family : Arial, sans-serif, Helvetica;
  font-weight : bold;
  background-color : #FFFFAA;
}
TD{
  font-size : 8pt;
  font-family : Arial, sans-serif, Helvetica;
}
P{
  font-family : Arial, sans-serif, Helvetica;
  font-weight : normal;
  color : black;
  text-decoration : none;
  font-size : 12pt;
}
LI{
  font-family : Arial, sans-serif, Helvetica;
  font-weight : normal;
  color : black;
  text-decoration : none;
  font-size : 12pt;
}
INPUT{
  font-size : 8pt;
  font-family : Arial, sans-serif, Helvetica;
}
TEXTAREA{
  font-size : 8pt;
  font-family : Arial, sans-serif, Helvetica;
}
SELECT{
  font-size : 8pt;
  font-family : Arial, sans-serif, Helvetica;
}
PRE {
  font-size : 8pt;
  font-family : Arial, sans-serif, Helvetica;
}

a:link {color: #000080; text-decoration: none; }
a:visited {color: #000099; text-decoration: none; }
a:active {color: #990000; text-decoration: underline; }
a:hover {color: #990000; text-decoration:underline;}

.defaultBackground	{ background-color: white;}
.contrastbg 		{ background-color: "#FFFF88";}

.boldLeftStyle 		{ color: black; font-weight: bold; text-align: left;}
.boldCenterStyle 	{ color: black; font-weight: bold; text-align: center;}
.boldRightStyle 	{ color: black; font-weight: bold; text-align: right;}
.bodytext		{ color: black; font-size: 12pt; text-align: left; }
.heading		{ color: blue; font-size: 12pt; font-weight: bold; text-align: left; background-color: "#CCCCFF"; }
.heading2		{ color: blue; font-size: 12pt; font-weight: bold; text-align: center; background-color: "#CCCCFF"; }
.caption		{ color: black; font-size: 10pt; font-weight: normal; text-align: justify; font-style: italic;}
.dangerous 		{ color: red; font-weight: bold; text-align: left;}
.story			{ color: black; font-size: 12pt; text-align: left; }
.small 			{ color: black; font-size: 8pt; text-align: center; }

div#button a {
    display: inline;
    font-size: 8pt;
    text-decoration: none;
    border-width: 3px;
    padding: 2px;
}
div#button a:link {
    color: #00FF00;
    font-weight: bold;
    background-color: #00AA00;
    border-style: outset;
    border-color: green;
}
div#button a:visited {
    color: #00FF00;
    font-weight: bold;
    background-color: #00AA00;
    border-style: outset;
    border-color: green;
}
div#button a:hover {
    font-weight: bold;
    color: #009900;
    background-color: #00FF00;
    border-style: outset;
    border-color: green;
}
div#button a:active {
    font-weight: bold;
    color: #009900;
    background-color: #00FF00;
    border-style: inset;
    border-color: green;
} 


