/* Global Screen Styles for Spirit Tissue */

body, p, li {
    color: #000;
    font-family: Arial, Verdana, Helv, sans-serif;
    font-size: 85%;
}

body {
    margin: 0px;
    background-color: #fff;
    background-image: url(../support/rolls.jpg); 
    background-repeat: no-repeat; 
    background-position: right bottom
}

body, html {
    height: 100%;
}

td {
	font-size: 0.9em
}

#tags {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px
}

#tags p {
    margin-top: 8px;
    margin-bottom: 0px
}

a, a:link, a:visited {
    color: #000;
    text-decoration: underline;
}

a.leftNav, a.leftNav:link, a.leftNav:visited, div.leftNav, p.leftNav {
    text-decoration: none;
    font-size: 11px; 
    font-weight: bold
}

a:hover, div.leftNav, p.leftNav {
    color: #d21242
}

#side {
    background-image: url(../support/sidepanel.gif); 
    background-repeat: no-repeat; 
    background-position: right top; 
    padding-left: 8px; 
    padding-top: 30px
}

#side p {
    margin-top: 0px;
    margin-bottom: 14px
}

#body {
    padding-left: 8px; 
    padding-top: 30px
}

#body p {
    width: 80%;
    line-height: 140%;
}

