/* Styles used for MLSWeb Reporting in Netscape (no DHTML) */

.p		{ display:all;}
.np		{ display:all;
   		  visibility: visible;}

BODY
{
    background-color: white;
	xmargin:10px; 
	font:normal 10pt arial, helvetica, sans-serif; 
}

TABLE
{
    padding: 0px 0px 0px 0px;
}

TD
{
	text-align:center; 
	xcolor:black; 
	font:normal 10pt arial, helvetica, sans-serif; 
}


TR.r0		{ background-color: white;
     		  visibility: visible;
     		   }
TR.r1		{ background-color: #F0F0F0;
     		  visibility: visible; }
TR.r2		{ background-color: #74B1C0;
     		  visibility: visible; }

FONT.small	{ font: 1pt Arial; }
FONT.hdr	{ font: bold 12pt Arial; }
FONT.tnr24	{ font: normal 24pt 'Times New Roman', serif; }
FONT.tnr18	{ font: normal 18pt 'Times New Roman', serif; }
FONT.discl	{ font: italic 8pt Arial; text-align:center; }

<!-- 
	edited for IE8 compatability
	Rob Overman
	9/3/2008
	FONT.rphdr	{ color: white; font:bold 10pt arial, helvetica, sans-serif; background-color:"#A52A2A"; }
	FONT.rpftr	{ color: white; font:bold 10pt arial, helvetica, sans-serif; background-color:"#A52A2A"; }
-->
.rphdr	{ color: white; font:bold 10pt arial, helvetica, sans-serif; }
.rphdr:hover	{ color: yellow; font:bold 10pt arial, helvetica, sans-serif; }
.rpftr	{ color:white; font-style:bold; font-size:10pt; font-family:arial, helvetica, sans-serif; }
<!-- end edit -->

A.btn		{ color: black; text-decoration: none; line-height: normal; font:bold 10pt arial, helvetica, sans-serif; border: 0pt none black; }

.r		{ text-align:right; }
.c		{ text-align:center; }
.l		{ text-align:left; }
.rb		{ text-align:right; font-weight:bold; }
.cb		{ text-align:center; font-weight:bold; }
.lb		{ text-align:left; font-weight:bold; }
.lbt	{ text-align:left; font-weight:bold; vertical-align:top; }
.ru		{ text-align:right; text-decoration:underline; }
.cu		{ text-align:center; text-decoration:underline; }
.lu		{ text-align:left; text-decoration:underline; }
.rbu	{ text-align:right; font-weight:bold; text-decoration:underline; }
.rbt	{ text-align:right; font-weight:bold; vertical-align:top; }
.cbu	{ text-align:center; font-weight:bold; text-decoration:underline; }
.lbu	{ text-align:left; font-weight:bold; text-decoration:underline; }
.cbt	{ text-align:center; font-weight:bold; vertical-align:top; }
.ri
{
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
.rbi
{
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right
}
.lbi
{
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left
}
.li
{
    FONT-STYLE: italic;
    TEXT-ALIGN: left
}
.cbi
{
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
.ci
{
    FONT-STYLE: italic;
    TEXT-ALIGN: center
}


