
body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    text-align: justify;

    color: white;
    background-color: #666666;
    background-color: #ffffff;

    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}

table { font-size: 10pt; }

h1, h2, h3 { 
    font-family: "Comic Sans MS", Verdana, Arial, Helvetica, Sans-serif; 
}

h1 { font-size: 14pt; }
h2 { font-size: 14pt; }
h3 { font-size: 11pt; font-family: Verdana, Arial, Helvetica, Sans-serif}

.content, .navigation { vertical-align: top; }
.content { text-align: justify; padding: 12pt; width: 780px; height: 100%; }
.navigation { text-align: center; }
.page-layout { background: #117110; height: 100%; width: 1000px; }
.columns { width: 100%; }
.columns td { 
    vertical-align: top;
    text-align: justify;
}

.banner { height: 165px; }

img { border: none; }
a { color: yellow; }
a:hover { color: inherit; }

dt { padding-top: 6pt; font-weight: bold; }

.navigation div { 
    /* background-image: url('button.gif');
    background-repeat: no-repeat;
    background-position: center; */

    background-color: #3BC63C;
    background-color: #239323;

    font-family: "Comic Sans MS";
    font-size: 14pt;
    font-weight: bold;

    padding: 3pt;
    margin: 3pt;

    /*
    width: 192px;
    height: 32px;
    */

    white-space: nowrap;
}

.navigation a {
    color: white;
    text-decoration: none;
}

.navigation a:hover {
    color: yellow;

}

.left-image, .right-image, .image {
    vertical-align: top; 
    font-size: smaller;
    font-style: italic; 

    /* padding: 6pt; */
    margin-bottom: 12pt;
}
.right-image { float: right; margin-left: 12pt; }
.left-image { float: left; margin-right: 12pt; }
.centre-image { align: center; margin-right: 12pt; }
.image { margin-left: 12pt; margin-right: 12pt; }

q { font-style: italic; }

th { padding-top: 6pt; text-align: left; vertical-align: top; }

.quoted {
	font-size: 12pt; 
	font-style: italic; 
	text-align: center;
}
