/*----------Text Styles----------*/
HR { color: #000000}
BODY, TABLE /* Normal text */
{
  font-size: 7pt;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
SPAN.RVTS1 /* Heading */
{
  font-size: 10pt;
  font-family: "Arial";
  font-weight: bold;
  color: #0000FF;
}
SPAN.RVTS2 /* Subheading */
{
  font-size: 10pt;
  font-family: "Arial";
  font-weight: bold;
  color: #000080;
}
SPAN.RVTS3 /* Keywords */
{
  font-size: 10pt;
  font-family: "Arial";
  font-style: italic;
  color: #800000;
}
A.RVTS4, SPAN.RVTS4 /* Jump 1 */
{
  color: #0000FF;
  text-decoration: underline;
}
A.RVTS5, SPAN.RVTS5 /* Jump 2 */
{
  font-size: 10pt;
  font-family: "Arial";
  color: #008000;
  text-decoration: underline;
}
SPAN.RVTS6 /* Font Style */
{
  font-size: 10pt;
  font-family: "Times New Roman";
  font-weight: bold;
}
SPAN.RVTS7 /* Font Style */
{
  font-size: 8pt;
  font-family: "Verdana";
}
SPAN.RVTS8 /* Font Style */
{
  font-size: 8pt;
  font-family: "Verdana";
  font-weight: bold;
}
SPAN.RVTS9 /* Font Style */
{
  font-size: 8pt;
  font-family: "Verdana";
  font-style: italic;
}
SPAN.RVTS10 /* Font Style */
{
  font-size: 12pt;
  font-family: "Times New Roman";
}
/*----------Para Styles----------*/
P,UL,OL /* Paragraph Style */
{
  text-align: left;
  text-indent: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.RVPS1  /* Centered */
{
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.RVPS2  /* Paragraph Style Right */
{
  text-align: right;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.RVPS3  /* Paragraph Style */
{
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 7px 0px 7px 0px;
}
.RVPS4  /* Paragraph Style */
{
  padding: 0px 0px 0px 0px;
  margin: 7px 0px 7px 0px;
}
