 .rt         { 
             font-family    : arial,helvetica; 
             text-decoration: none;
             color          : #55555; 
             font-size      : 9px;
             background-color: #FFFFFF
				 
             }
 .rt:link    { 
             font-family    : arial,helvetica; 
             text-decoration: none;
             color          : #555555; 
             font-size      : 7px;
             background-color: #EEEEEE             }
 /*.rt:hover   { 
             font-family    : arial,helvetica; 
             color          : #000000; 
             text-decoration: underline; 
             font-size      : 7px;
             background-color: #EEEEEE            
             }*/
 .rt:visited {
             font-family    : arial,helvetica; 
             text-decoration: underline; 
             color          : #555555; 
             font-size      : 7px;
             background-color: #EEEEEE            
             }
 .Text       { // normal text
             font-family: arial,helvetica;
             font-style : normal; 
             font-size  : 9pt;
             background-color: #EEEEEE;
             }

 .Text1      { // used for header portion
             font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 9pt;
             color      : #000000;
             background-color: #FFCC00;
             }

 .Text2      { //number of votes
             font-family: arial,helvetica; 
             font-weight: normal; 
             font-size  : 9pt;
             background-color: #FFFFFF;
             }
 .Text3      { //vote value
             font-family: arial,helvetica; 
             font-weight: normal; 
             font-size  : 9pt;
             background-color: #FFFFFF;
             }
 .Sel        { // select box
             font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 8pt;
             }
