td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}

img
{  border-style: none;
}

.subheader {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.bodylink A:link {color: #00CCFF; text-decoration: underline;  font-weight: normal;  }
.bodylink A:visited {color: #00CCFF; text-decoration: underline;  font-weight: normal;  }
.bodylink A:hover {color: #00CCFF; text-decoration: none;  font-weight: normal;  }
  ol.reversepeer {
    list-style: none;
    counter-reset: reverse 48;
		padding-top:5px;
	padding-bottom:5px;

  }

  ol.reversepeer > li:before {
    content: counter(reverse) '.';
    display: block;
    left: -30px;
    position: absolute;
    text-align: right;
    width: 20px;
  }

  ol.reversepeer li {
    counter-increment: reverse -1;
    position: relative;
		padding-top:5px;
	padding-bottom:5px;

  }
    ol.reversebooks {
    list-style: none;
    counter-reset: reverse 24;
		padding-top:5px;
	padding-bottom:5px;

  }

  ol.reversebooks > li:before {
    content: counter(reverse) '.';
    display: block;
    left: -30px;
    position: absolute;
    text-align: right;
    width: 20px;
  }

  ol.reversebooks li {
    counter-increment: reverse -1;
    position: relative;
		padding-top:5px;
	padding-bottom:5px;

  }