body {
 font-familiy: arial, tahoma;
 color: #3a3a3a;
 font-size: 8pt;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-color: #e4e4e4;
}
.content {
 font: 8pt arial, tahoma;
 color:#3a3a3a;
 margin-top: 0;
 margin-bottom: 0
}


.contentb {
 font: 8pt arial, tahoma;
 font-weight: bold;
 color:#3a3a3a;
 margin-top: 0;
 margin-bottom: 0
}

.contentheader {
 font: 8pt arial, tahoma;
 color:#838383;
 margin-top: 0;
 margin-bottom: 0
}

img {
	border-width: 0px;
}
A:link
{
  COLOR: #3a3a3a;
  TEXT-DECORATION: none;
  font-size:8pt;
  font-familiy: arial, tahoma;
  font-weight: none
}
A:visited
{
  COLOR: #3a3a3a;
  TEXT-DECORATION: none;
  font-size:8pt;
  font-familiy: arial, tahoma;
  font-weight: none
}
A:active
{
  COLOR: #3a3a3a;
  TEXT-DECORATION: none;
  font-size:8pt;
  font-familiy: arial, tahoma;
  font-weight: none
}
A:hover
{
  color: #797979;
  TEXT-DECORATION: underline;
  font-size:8pt;
  font-familiy: arial, tahoma;
  font-weight: none
}