/*
    Style sheet for Freelance
    author:     Vickie West
    history:    v. 1.0  01 Jan 2002
                v. 1.01 10 Jan 2002
    -------------------------------
    Based on internal style sheets of Vickie West.
*/
body, td {
    background-color: #FFCC99;
    color: #006400;
}
p,ol,dl,ul,li {
    background-color: #FFCC99;
    color: #006400;
    font-family: "Times New Roman", "Times", serif;
    font-size: 12pt;
    font-weight: 500;
    margin-left: 10pt;
}
p.indent {
    background-color: #FFCC99;
    color: #006400;
    font-family: "Times New Roman", "Times", serif;
    font-size: 12pt;
    font-weight: 500;
    margin-left: 25pt;
}
p.base {
    background-color: #FFCC99;
    color: #556B2F;
    font-family: "Garamond", "Times New Roman", "Times", serif;
    font-size: 11pt;
    font-weight: 500;
    margin-left: 5pt;
}
p.note {
    background-color: #FFCC99;
    color: #0000A0;
    font-family: "Garamond", "Times New Roman", "Times", serif;
    font-size:  11pt;
    font-weight: 500;
    margin-left: 10pt;
}
p.sidelink {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #8FBC8F;
    font-family: "Garamond", "Times New Roman", "Times", serif;
    font-size: 15pt;
    font-weight: bold;
    margin-left: 10pt;
}
h1 {
    background-color: #FFCC99;
    color: #800000;
    font-family: "Arial", "Helvetica", helv, san-serif;
    font-size: 14pt;
    font-weight: 700;
    margin-left: 5pt;
}
h2 {
    background-color: #FFCC99;
    color: #800000;
    font-family: "Arial", "Helvetica", helv, san-serif;
    font-size: 13pt;
    font-weight: 700;
    margin-left: 5pt;
}
h3 {
    background-color: #FFCC99;
    color: #800000;
    font-family: "Garamond", "Times New Roman", "Times", serif;
    font-size: 14pt;
    font-weight: 500;
    margin-left: 5pt;
}
h4 {
    background-color: #FFCC99;
    color: black;
    font-family: "Arial", "Helvetica", helv, san-serif;
    font-size: 12pt;
    font-weight: 700;
    margin-left: 5pt;
}
em {
    background-color: #FFCC99;
    color: #800000;
    font-family: "Times New Roman", "Times", serif;
    font-size: 12pt;
}
/*---
    List and list item styles. url(../img/x.gif);
---*/
ul {
    background-color: #FFCC99;
    color: #006400;
    font-family: "Times New Roman", "Times", serif;
    font-size: 12pt;
    font-weight: 500;
    margin-left: 10pt;
}
ul li.pen {
    list-style: square outside url(./images/b_pen.gif);
    padding-bottom: 5px;
}
ul li.disk {
    list-style: square outside url(./images/b_disk.gif);
    padding-bottom: 5px;
}
ul li.ball {
    list-style: square outside url(./images/gr-dia.gif);
    padding-bottom: 5px;
}
             
ul li.check {
    list-style: square outside url(./images/check-rust.gif);
    padding-bottom: 5px;
}
/*---
    Centering (replacing CENTER tag) and Title Bar.
---*/    
.center {
    background-color: #FFCC99;
    color: #006400;
    text-align: center;
}
.titlebar {
    background-color: #FFCC99;
    color: #006400;
    padding: 1em;
    text-align: center;
}
/*---  
    Links for usual parts of page.   
---*/
a {
    text-decoration: none;
}
a:link {
    background-color: #FFCC99;
    color: #856363;
}
a:visited {
    background-color: #FFCC99;
    color: #2E8B57;
}
a:active {
    background-color: #FFCC99;
    color: #32CD32;
}
a:hover {
    background-color: #FFCC99;
    color: #A0522D;
}
/*---
    Links for sidebar.   
---*/
a.side {
    background-image: url(./images/paper.png);
    text-decoration: none;
}
a.side:link {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #006400;
}
a.side:visited {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #2E8B57;
}
a.side:active {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #8FBC8F;
}
a.side:hover {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #32CD32;
}
/*---
    Table and page-segment styles.  
---*/
table {
    border: 0;
    width: 100%;
}
tr {
    vertical-align: top;
}
td {
    background-color: #FFCC99;
    color: #006400;
    font-family: "Times New Roman", "Times", serif;
    font-size: 12pt;
    font-weight: 500;
    margin-left: 10pt;
}
td.side {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #006400;
    width: 20%;
}
td.main {
    width: 80%
}
td.footer {
    width: 60%;
}
hr {
    background-color: #FFCC99;
    color: #006400;
}
hr.base {
    background-color: #FFCC99;
    background-image: url(./images/paper.png);
    color: #2E8B57;
    font-size: 10pt;
}
