/* 
vim: sw=4 ts=4 autoindent showmatch showmode expandtab
*/

document {
}

body { 
    background-color: #fff; 
    color: #000; 
}

a:link { color: #8f6b11; }
a:visited { color: #27505c; }
a:active { color: #27505c; }

img { border-width: 0px;
      border-style: solid;
      border-color: #000;
      margin: 3px; }


td.right_side {
    width: 200;
    font-size: small;
    padding-left: 10px;
    font-family: sans-serif;
}
td.left_side {
    border-right: solid 1px #369;
    font-family: sans-serif;
    padding-right: 5px;
    padding-top: 5px;
    padding-left: 25px;

}

div.mini-banner {
    font-size: small;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner {
    padding: 25px;
    font-size: xx-large;
    text-align: center;
    font-family: Anonymous, Courier, Serif;
}

h2 {
    margin-bottom: 3px;
    border-bottom: dashed 1px #369;
    text-align: right;
    font-size: medium;
    font-weight: bold;
}
h3 {
    margin-bottom: 3px;
    border-bottom: dotted 1px #adf;
    text-align: right;
    font-size: medium;
    font-weight: normal;
}

ul {
}
