/* Youngs Stylesheet */
.off {background-image: url('gfx/bgbtn3.png'); 
      background-repeat: repeat-x;
      padding-top: 3;
    }

.on {background-image: url('gfx/bgbtn4.png'); 
      background-repeat: repeat-x;
     padding-top: 3;
    }

body {background-color: #ffffff;
     }

table {border-width: 0px 0px;
       border-style: none;
       padding: 0;
       border-color: #999999;
       border-spacing: 0px        
      }

td {font-family: arial; 
    font-size: 14px; 
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    vertical-align: middle;
    height: 25
   }

th {background-color: #ffffff;
    font-family: arial; 
    font-size: 18px; 
	font-weight: 900;
    padding: 0 0; 
    text-align: center;
    height: 25
   }
     
table.top {background-color: #0038a8;
           border-width: 0;
           border-style: inset;
           padding: 0;
           border-color: #999999;
           border-spacing: 0;
           width: 100%;        
          }

td.top {font-family: arial; 
        font-size: 10px; 
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        vertical-align: middle;
        height: 25
       }

th.top {background-color: #0038a8;
        color: #FFFFFF;
        font-family: arial; 
        font-size: 18px; 
	    font-weight: 400;
        padding: 0 0; 
        text-align: center;
        height: 25
       }

a:link, a:visited{color: #ffffff;
                  display: block;
                  position: relative; /* for IE-Win */
                  text-align: bottom;
                  width: 100%;
                  height: 24;
                  font-size:90%;
	              text-decoration: none;
	              font-weight: 600;
	              
                 }

a:hover{display: block;
        position: relative; /* for IE-Win */
        width: 100%;
        height: 24;
	    font-weight: 600;
	    text-decoration: none;
	    color: #1164CD;
	    word-spacing: 0px;
       }

a:link.plain, a:visited.plain{color: #0038a8;
                              display: block;
                              position: relative; /* for IE-Win */
                              text-align: bottom;
                              width: 100%;
                              height: 24;
                              font-size:90%;
	                          text-decoration: none;
	                          font-weight: 600;
                             }

a:hover.plain{display: block;
              position: relative; /* for IE-Win */
              width: 100%;
              height: 24;
	          font-weight: 600;
              text-decoration: none;
              color: #5bbf21;
              word-spacing: 0px;
             }


a:link.non-std, a:visited.non-std{color: #ffffff;
                  font-size:90%;
	              text-decoration: none;
	              font-weight: 600;
	              
                 }

a:hover.non-std{display: block;
	    font-weight: 600;
	    text-decoration: none;
	    color: #1164CD;
	    word-spacing: 0px;
       }


a:link.close, a:visited.close{      
                             }

a:hover.close{
              color: #5bbf21;
            }