

BODY {
	PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px 0%; 
    PADDING-TOP: 0px;
	background-color: rgb(241,238,195);
}

#fish {
    BACKGROUND-POSITION: center bottom;
	BACKGROUND-IMAGE: url(images/fishback.jpg);
	BACKGROUND-REPEAT: repeat;
}

h1 {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 12pt;
        color: rgb(0,120,173);
}

.header {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 12pt;
        color: rgb(0,120,173);
}

.subhead {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: rgb(0,120,173);
}

h2 {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 10pt;
        color: rgb(0,120,173);
}

.white {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: rgb(255,255,255);
}

.main {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(157,130,47);
}

.bold {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: bold;
        font-size: 9pt;
        color: rgb(157,130,47);
}

.italic {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-style: italic;
        font-size: 9pt;
        color: rgb(157,130,47);
}

.foot {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 9pt;
        color: rgb(0,120,173);
}

.footer {
        font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
        font-weight: normal;
        font-size: 7pt;
        color: rgb(102,102,102);
}

hr  {
        height: 1px;    

}

/* link styles */

a:link, a:active, a:visited {
        color: rgb(163,127,43);
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
        color: rgb(201,212,218);
}
