<style type="text/css">
a:link
{
  color: rgb(255,0,255);
}
a:visited
{
  color: rgb(0,128,128);
}
a:active
{
  color: rgb(255,0,0);
}
a:hover
{
  color:rgb(255,0,0);
}
body
{
  color: rgb(102,102,102);
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: 10pt;
  background-color: rgb(255,255,255);
}
p
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: 10pt;
}
table
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: 10pt;
  table-border-color: rgb(102,153,153);
}

table.topbordersubsubheading
{
	color: rgb(102,153,153);
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6
{
  color: rgb(102,153,153);
}
hr
{
  color: rgb(102,153,153);
}
ul
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: 10pt;
}
.onClickLink
{
  color: rgb(102,153,153);
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: 10pt;
  cursor: hand;
}
span.PhotoCaption
{
  font-size: 8pt;
 	// font-weight: bold;
}

</style>.