body {
    background-color: #eeeeee;
}

p,blockquote {
    color: black;
    font-size: 90%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1 {
    color: #454545;
    font-size: 175%;
    font-weight: bold;
}

h2 {
    color: #707070;
    font-size: 130%;
    font-weight: normal;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

h3 {
    color: #707070;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #cccccc;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 0px;
}

.copy {
    color: black;
    font-size: 90%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
    text-align: justify;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.nav {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 80%;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.small {
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.footer {
    color: #555555;
    font-size: 8pt;
    font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
    text-align: right;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a:link {
//    text-decoration: underline;
}

a:visited {
//    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #0033ff;
    text-decoration: none;
}
