

body   { background-color: #ffffff;
	     font-family: Arial, Helvetica, sans-serif;
	     text-align: left; }
h1     { text-align: center;
         font-size : 12pt;
	     color: #cc0000;
	     text-decoration : underline; }
h2     { font-style: italic; 
         font-size : 10pt; }
         
h3     { margin-left: 1em;
	     color: #aa0000;
	     text-decoration : underline; }
em     { font-weight: bold;
         color: #cc0000;
	     text-decoration: underline; }
		 
.titleSt  {
            font-family    :  Arial, Helvetica, sans-serif;
            font-size      : 14pt;
            font-style     : normal;
			font-weight	   : bold;
            color          : #000000;
            text-align     : center;
}

.titleStV  {
            font-family    : "Times New Roman";
            font-size      : 14pt;
            font-style     : normal;
			font-weight	   : bold;
            color          : #000000;
            text-align     : center;
}

.subtitleSt  {
            font-family    : Arial, Helvetica, sans-serif;
            font-size      : 12pt;
            font-style     : normal;
			font-weight	   : bold;
            color          : #000000;
            text-align     : left;
}

.tableSt  { border          : 1px solid #333333;
            width           : 100%;
            padding-left    : 1%;
            padding-bottom  : 1%;
            padding-right   : 1%;
            padding-top     : 1%;
            text-align      : 1%;
            text-decoration : none;
            vertical-align  : baseline;
 }
.smallSt {
            font-family    : "Times New Roman";
            font-size      : 8pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : normal;
            font-variant   : normal;
            line-height    : normal;
}

.smallStV {
            font-family    : "Times New Roman";
            font-size      : 11pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : normal;
            font-variant   : normal;
            line-height    : normal;
}

.leftStV  {
            font-family    : "Times New Roman";
            font-size      : 11pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : normal;
            font-variant   : normal;
            line-height    : normal;
            text-align     : left;
}

.rightStV {
            font-family    : "Times New Roman";
            font-size      : 11pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : normal;
            font-variant   : normal;
            line-height    : normal;
            text-align     : right;
}
.centerSt {
            font-family    : Arial, Helvetica, sans-serif;
            font-size      : 10pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : normal;
            font-variant   : normal;
            line-height    : normal;
            text-align     : center;
}
TH {
            font-family    : Arial, Helvetica, sans-serif;
            font-size      : 10pt;
            font-style     : normal;
            color          : #000000;
            letter-spacing : normal;
            font-weight    : bold;
            font-variant   : normal;
            line-height    : normal;
            text-align     : center;
}

.redSt {
            color          : #ff0000;
}

#redSt {
            color          : #ff0000;
            font-size      : 11pt;
}




A:Active  { Color           : DarkOrange;
            Font-Weight     : Normal;
            Text-Decoration : underline;
	}
A:Hover   { Color           : Tomato;
            Font-Weight     : Bold;
            Text-Decoration : underline;
	}
A:link    { Color           : #000080;
            Font-Weight     : Normal;
            Text-Decoration : none;
	}
A:Visited { Color           : BlueViolet;
            Font-Weight     : bold;
            Text-Decoration : none;
	}