body {
    font-family: "Arial", Sans-serif;
    font-size: 12px;
}

table.main {
    font-size: 12px;
}

table.main td {
    border: 1px solid #a6a9a6;
}

table.main td.header { 
    border: none;
}

/* Side menu. */
td.sidemenu {
    color: #006600; 
    font-family: "Verdana", Sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    padding: 5px;
    line-height: 25px;
}

td {
    color: #006600; 
    font-family: "Verdana", Sans-serif; 
    font-size: 12px; 
    padding: 5px;
    line-height: 15px;
}
td.sidemenu a { color: #006600; text-decoration: none; }
td.sidemenu a:hover,a:active { background: #ffffcc; text-decoration: underline; }

/* Wiki content. */
td.wikibody {
    padding: 5px;
}

td.wikibody a { color: blue; text-decoration: none; }
td.wikibody a:hover,a:active { background: none; text-decoration: underline; }

td.wikibody img { margin: 5px; }

/* Specialized Wiki markup. */
.title {
    font-family: "Trebuchet MS", "Arial", Sans-serif;
    font-size: 24px;
    color: #006600;
    font-weight: bold;
}

.subtitle {
    font-family: "Trebuchet MS", "Arial", Sans-serif;
    font-size: 19px;
    color: #006600;
    font-weight: bold;
}

hr.hrule { color: black; width: 70%; }
hr.blueline { color: blue; width: 70%; }
hr.yellowline { color: yellow; width: 70%; }

/* Page editing links. */
div.wikilink {
    text-align: center;
}

a.wikilink { color: black; font-family: "Tahoma", "Verdana", Sans-serif; font-size: 11px; font-weight: bold; }
a.wikilink:link,a.wikilink:visited { text-decoration: none; }
a.wikilink:hover,a.wikilink:active { background: black; color: white; text-decoration: none; }

/* Site designed by link. */
div.siteby {
    font-family: "Arial", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #aaaaaa;
    text-align: center;
    padding: 3px;
}

div.siteby a { color: #aaaaaa; text-decoration: none; }

