.class1 A:link {color="FFFFFF"}
.class1 A:visited {color="FFFFFF"}
.class1 A:active {color="FFFFFF"}

a:link
{
	color: rgb(0,51,153); 
}
a:visited
{
	color: rgb(60,75,115); 
} 
a:active 
{
	color: rgb(0,51,153);
}



body
{
	font-family: Arial, Helvetica;
	background-color: rgb(149,179,154);
	color: rgb(0,0,0);
	font-weight: normal;
	font-size: 8pt;


}


table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family:  Arial, Helvetica;
	
}
h1
{
	color: rgb(61,87,61);
	font-weight: normal;
	font-size: 34pt;
}
h2
{
	color: rgb(61,87,61);
	font-weight: normal;
	font-size: 24pt;
 
}
h3
{
	color: rgb(61,87,61);
	font-weight: normal;
	font-size: 18pt;
 
}
h4
{
	color: rgb(61,87,61);
	font-weight: bold;
	font-size: 12pt;
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}

div.figure {
  float: right;
  width: 50%;
    margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}