body	{
	color: black;
	background-color: #ffffff;
	font-size: 10pt;
	line-height: 120%;
	vertical-align: middle;
	line-height: normal;
        }

p {
    line-height: 120%;
    font-size: 10pt;
    text-align: left;
   }

img{
     border-color: #ffffff; 
    }

img.float{float: right;}
img.leftfloat{float: left;}

.newline { clear: both; }

table {
       font-size: 10pt;
       line-height: 120%
       }

td {
       font-size: 10pt;
   }

th {
    font-size: 10pt;
    background-color: #ff9999;
    }

ul { color: blue}

h2 { font-size: 14pt;
     font-weight: bold;
     line-height: 110%;
   }

h3 { font-size: 12pt;
     font-weight: bold;
     line-height: 110%;
     }

h4 { font-size: 10pt;
     font-weight: bold;
     line-height: 110%;
     }

sub {font-size: 5pt;}

caption {font-weight: bold;
         font-size: 8pt;}

a:link{ color: #ffffff;}
a:visited{ color : #ffffff;}

a.textlink:link { color: #FF6633; }
a.textlink:visited { color: #FF6633; }
a:link, A:visited, A:active, A:hover {text-decoration: none;}

.centering { text-align: center ; }

.remark	{ clear: both ;
	font-size: 10pt ;
	color: #0000FF ;
	text-align: center;
	}

.number	{
	text-align: right;
	}
.string	{
	text-align: left;
	}

.topics {
        line-height: 120%;
        text-align: center;
	font-size: 14pt ;
	color: #000000;
	}
.topics a:link { color: #CC0033 }
.topics a:visited { color: #CC0033 }