
body, html {
    margin: 0px;
    padding: 0px;
    background: white url( Gfx/Bg.gif) repeat-y;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, input, textarea, select {
    font: 10px verdana, arial, helvetica, sans-serif;
}
a:link, a:visited {
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold; 
    text-decoration: none; 
    color: #c0c0c0;
}

a:hover, a:active {
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none; 
    color: #000;
}
b {
   letter-spacing: 3px;
   text-transform:uppercase; 
}
.Header {
    height: 20px;
    padding-left: 110px;
    padding-top: 60px;
    letter-spacing: 3px;
    margin-top: 20px;
    background: transparent url( Gfx/Top_Left.gif) no-repeat;
}
.Header a:link, .Header a:visited {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: bold; 
    text-decoration: none; 
    color: #5C5B83;
}

.Header a:hover, .Header a:active { 
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    text-decoration: none; 
    color: #000;
}

.Downloads {
    padding-left: 110px;
    color: #969696;
}
.Item {
    background: transparent url( Gfx/Dl_Bg.gif) repeat-x; 
    height: 19px;
    width: 230px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
}
.SpacerTop {
    font-size: 2px;
}
.SubItem {
    font-size: 11px;
}
