body {
        font-family: "Verdana", "Arial", sans-serif;
        background-color: #FFFFFF;
        color: black;
        font-size: 10pt;
        margin: 10px;
}

/* Outer canvas */

#canvas {
        background: #AAAAAA;
        padding: 0px;
        width: 800px;
}

#header {
        background: #FFFFFF;
        padding: 0px;
        margin: 0px;
        height: 40px;
}

#header_logo {
        font-weight: bold;
        font-variant: small-caps;
        color: #808080;
        font-size: 12pt;
        letter-spacing: 2pt;
}

#main {
        background: #FFFFFF;
        vertical-align: top;
        padding: 7px;
}

/* Link frame */

#left {
        background: #F0F0F0;
        width: 130px;
}

.linklist {
        margin: 5px;
        letter-spacing: 1pt;
}

.linklist a {
        text-decoration: none;
        color: #505050;
}

.linklist a:hover {
        color: #A0A0A0;
}

/* Main frame */

h1 {
        color: #808080;
        font-weight: bold;
        font-variant: small-caps;
        font-size: 12pt;
}

h2 {
        letter-spacing: 1pt;
        font-weight: bold;
        font-size: 11pt;
        color: #606060;
}

a {
        text-decoration: none;
        color: #808080;
}

a:hover {
        color: #C0C0C0;
}

.news {
        background: #E5E5E5;
        padding: 0px;
        border: 0px;
        text-align: justify;
}

.news td {
        background: #F5F5F5;
        padding: 2px;
}

#contact {
        background: #B0B0B0;
}

#contact td {
        background: #CFCFCF;
        padding: 2px;
}

#contact a {
        text-decoration: none;
        color: #202020;
}

#contact a:hover {
        color: #A0A0A0;
}

.stories {
        width: 500px;
        padding: 0px;
}

.stories a {
        text-decoration: none;
        color: #606060;
}

.stories a:hover {
        color: #A0A0A0;
}

.article {
}

.article a {
        text-decoration: none;
        color: #A0A0A0;
}

.article a:hover {
        color: #F0F0F0;
}

.gallery {
        padding: 0px;
}

.gallery td {
        padding: 3px;
}

.gallery a {
        text-decoration: none;
        color: #606060;
}

.gallery a:hover {
        color: #A0A0A0;
}

.shout {
        background: #F0F0F0;
}

.shout td {
        background: #E0E0E0;
}

.shout a {
        text-decoration: none;
        color: #000000;
}

.shout a:hover {
        color: #A0A0A0;
}

