/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
 font-size: 8pt;
 font-family: 'Verdana', 'Geneva', sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 color: #008000;
 text-decoration: underline;
}
a.rvts4:hover { color: #ff0000; }
a.rvts5, span.rvts5 /* Jump 2 */
{
 color: #008000;
 text-decoration: underline;
}
a.rvts5:hover { color: #ff0000; }
span.rvts6
{
 font-weight: bold;
 color: #99cc00;
 text-decoration: underline;
}
span.rvts7
{
 font-weight: bold;
 color: #99cc00;
}
span.rvts8
{
 font-size: 22pt;
 font-weight: bold;
 color: #99cc00;
}
a.rvts9, span.rvts9
{
 font-size: 22pt;
 font-weight: bold;
 color: #99cc00;
 text-decoration: none;
}
a.rvts9:hover { color: #ff0000; }
span.rvts10
{
 font-size: 22pt;
 font-weight: bold;
 color: #993300;
}
/* ========== 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;
}
