.rt         { 
             font-family    : arial,helvetica; 
             text-decoration: none;
             color          : #555555; 
             font-size      : 8px;
             background-color: #EEEEEE;
			 border-top: 1px solid #000000;
			 border-right: 1px solid #000000;
			 border-bottom: 1px solid #000000;
             }
.rt:link    { 
             font-family    : arial,helvetica; 
             text-decoration: none;
             color          : #555555; 
             font-size      : 8px;
             background-color: #EEEEEE;
             }
.rt:hover   { 
             font-family    : arial,helvetica; 
             color          : #000000; 
             text-decoration: underline; 
             font-size      : 8px;
             background-color: #EEEEEE;            
             }
.rt:visited {
             font-family    : arial,helvetica; 
             text-decoration: underline; 
             color          : #555555; 
             font-size      : 8px;
             background-color: #EEEEEE;            
             }
.Text       { /* normal text */
             font-family: arial,helvetica;
             font-style : normal; 
             font-size  : 7.5pt;
             background-color: #EEEEEE;
             }
.Text1      { /* used for header portion */
             font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 9pt;
             color      : white;
             background-color: #AE0000;
			 border-top: 1px solid #000000;
			 border-left: 1px solid #000000;
			 border-bottom: 1px solid #000000;
             }
.Text2      { /* number of votes */
			 font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 8pt;
             background-color: #FFFFCC;
			 border-top: 1px solid #000000;
			 border-bottom: 1px solid #000000;
             }
.Text3      { /*  vote value */
			 font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 8pt;
             background-color: #FFFFCC;
			 border-top: 1px solid #000000;
			 border-bottom: 1px solid #000000;
             }
.Sel        { /* select box */
             font-family: arial,helvetica; 
             font-weight: bold; 
             font-size  : 8pt;
             }