/* Correl Style Sheet */
/* (c) 2001 Inductive Solutions, Inc.	*/



.DOWNstyle{ color: red; }
.UPstyle{ color: green; }

/*  Negative Correlations */
.m100{ width = 20; background-color: rgb(100%, 0%, 0%); }
.m80{ width = 20;  background-color:  rgb(100%, 20%, 20%);}
.m60{ width = 20;  background-color:  rgb(100%, 40%, 40%);}
.m40{ width = 20;  background-color:  rgb(100%, 60%, 60%);}
.m20{ width = 20;  background-color:  rgb(100%, 80%, 80%);}

/*  PositiveCorrelations */
.p100{ width = 20;  background-color:  rgb(0%, 0%, 100%);}
.p80{ width = 20;  background-color:  rgb(20%, 20%, 100%);}
.p60{ width = 20;  background-color:  rgb(40%, 40%, 100%);}
.p40{  width = 20; background-color:  rgb(60%, 60%, 100%);}
.p20{ width = 20;  background-color:  rgb(80%, 80%, 100%);}

/*  ZeroCorrelations */
.z00{ width = 20;  background-color:  rgb(100%, 100%, 100%);}