﻿/* FRUITY TRACKS v.2 css */
/*----------Text Styles----------*/
HR { color: #C0C0C0}
BODY {
  margin: 5px 5px 5px 5px;
  background-color: #40484F;
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  color: #C0C0C0;
  line-height: 1.5;
}
table {
	border-radius: 5px;
}
SPAN.RVTS0 /* Normal text */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  color: #C0C0C0;
  text-decoration: none;
}
SPAN.RVTS1 /* Heading */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: bold;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
SPAN.RVTS2 /* Subheading */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: bold;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
SPAN.RVTS3 /* Keywords */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: italic;
  font-weight: normal;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
A.RVTS4, SPAN.RVTS4 /* Hypertext */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  color: #FFCC00;
  background-color: transparent;
  text-decoration: underline;
}
SPAN.RVTS5 /* Underline */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: underline;
}
SPAN.RVTS6 /* Bold */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: bold;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
SPAN.RVTS7 /* Bold underline */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: bold;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: underline;
}
SPAN.RVTS8 /* Italic */
{
  font-size: 9pt;
  font-family: "Verdana";
  font-style: italic;
  font-weight: normal;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
SPAN.RVTS9 /* Subscript */
{
  font-size: 7pt;
  font-family: "Verdana";
  font-style: normal;
  font-weight: normal;
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
}
/*----------Para Styles----------*/
P /* Paragraph Style */
{
  text-align: left;
  text-indent: 0px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
P.RVPS1  /* Centered */
{
  text-align: center;
  text-indent: 0px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
P.RVPS2  /* Right */
{
  text-align: right;
  text-indent: 0px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
P.RVPS3  /* Justify */
{
  text-align: justify;
  text-indent: 0px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
P.RVPS4  /* Border */
{
  text-align: center;
  text-indent: 0px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background: #FF8000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
P.RVPS5  /* Indent */
{
  text-align: left;
  text-indent: 13px;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}