html {
    overflow-y: scroll;
}
body {
    padding: 10px;
    background-color: #000000;
    font-size: 10px;
}
        
#container {
    overflow: hidden;
    background-color: white;
    width: 1000px;
    margin: 0 auto;
}

#container-inner {
    overflow:hidden;
    background-color: white;
    width:972px;
    margin-left: 14px;
    margin-right: 14px;
    display:block;
}    

* html #container {
    height: 1%;
}

.tl, .tr, .bl, .br {
    background-image: url(../images/circle.gif);
    width: 14px;
    height: 14px;
    font-size: 0em;
}

.tl {
    background-position: 0px 0px;
    float:left;
}

.tr {
    background-position: 14px 0px;
    float: right;
}

.bl {
    background-position: 0px 14px;
    float: left;
}

.br {
    background-position: 14px 14px;
    float: right;
}

p, h1, h2, h3, li, .text {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    font-family: Times New Roman;
    font-size: 1.7em; /* 13pt/17px, Rel 10px */
}

ul, ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

h1, h2, h3 {
    text-align:center;
}

h1 {
    font-size: 3.2em; /* 24pt/32px, Rel 10px */
}

h2 {
    font-size: 2.4em; /* 18pt/24px, Rel 10px */
}
    
h3 {
    font-size: 2.2em; /* 16pt/22px, Rel 10px */
}

.divider {
    margin: 0px 20px 12px 20px;
    width: 100%;
    display:block;
    height: 1px;
    font-size: 0.1em; /* 0.75pt/1px, Rel 10px */
    background-color: black;

}

.bold {
    font-weight:bold;
}

.underline {
    /*color: #7FC0FF ;*/
    color: #009966;
}

.real_underline {
    text-decoration:underline;
}

.italic {
    font-style:italic;
}

.super {
    font-size: 0.647em; /* 8pt/11px, Rel 17px */
    vertical-align:super;
}

.sub {
    font-size: 0.647em; /* 8pt/11px, Rel 17px */
    vertical-align:sub;
    text-decoration:none;
}

.highlight {
    background-color: #FFFF00;
}

.red {
    color: #FF0000;
}

.green {
    color: #00FF00;
}

.blue {
    color: #0000FF;
}

.strikethrough {
    text-decoration:line-through;
}

.center {
    text-align:center;
}

.left {
    text-align:left;
}

.right {
    text-align:right;
}
