body        {
            background-color: #809060;
            }
.header     {
            color: coral;
            background: #004000;
	        font-size: 36pt;
	        font-family: "harrington";
	        font-weight: bold;
	        text-align: center;
            vertical-align: middle;
            height: 60px;
	        padding-top: 10px;
	        padding-bottom: 5px;
            margin-top: 0px;
            margin-bottom: 0px;
            }
.subtitle   {
            color: coral;
            background: #004000;
	        font-size: 16pt;
	        font-family: "lucida handwriting";
	        font-weight: semi-bold;
	        text-align: center;
            vertical-align: middle;
            height: 20px;
	        padding-top: 0px;
	        padding-bottom: 10px;
            margin-top: 0px;
            margin-bottom: 0px;
            }
.marquee    {
            color: blue;
            font-family: "arial";
            font-weight: bold;
            font-size: 12pt;
            }
.main       {
            padding: 10px 10px 10px 10px;
            /* border-top: 2 solid black; */
            vertical-align: top;
            }

p.main      {
            font-size: 12pt;
            font-weight: bold;
            text-align: justify;
            margin-top: 0px;
            border-top: 0px;
            }
p.update    {
            font-size: 12pt;
            font-weight: bold;
            text-align: justify;
            margin-top: 0px;
            border-top: 0px;
            color: White;
            }
td.menu     {
            vertical-align: top;
            padding: 2px 2px 2px 2px;
            font-size: 12pt;
            border-right: 1 solid black;
            text-decoration: none;
            }
a.menu      {
            color: black;
            text-decoration: none;
            font-weight: bold;
            }
img.first   {
            margin: 0px 5px 5px 10px;
            }
img.second  {
            margin: 5px 0px 5px 5px;
            }
a.menu:link {color: blue}     /* unvisited link */
a.menu:visited {color: blue}  /* visited link */
a.menu:hover {color: red}   /* mouse over link */
p.intro {
        padding: 10px 10px 10px 10px;
        color: darkgreen;
        font-size: 12pt;
        font-weight: bold;
        text-align: justify;
        }
.listhead {
        color: Darkblue;
        font-size: 16pt;
        font-weight: Bold;
        }
p.subhead   {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
        color: orange;
        padding-top: 0px;
        }
.link   {
        text-decoration: none;
        font-size: 12pt;
        font-weight: bold;
        color: blue;
        padding: 5px 5px 5px 15px;
        }
a.link:link {color: black}     /* unvisited link */
a.link:visited {color: black}  /* visited link */
a.link:hover {color: yellow}   /* mouse over link */
.leftside {
        color: Darkblue;
        font-size: 14pt;
        font-weight: Bold;
        padding: 5px 10px 5px 5px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        }
.note	 {
        color: Darkblue;
        font-size: 12pt;
        font-weight: Bold;
        padding: 5px 5px 5px 5px;
	text-align: center;
	position: relative;
        }
.rightside {
        color: Darkgreen;
        font-size: 14pt;
        font-weight: Bold;
        padding: 5px 20px 5px 20px;
        verticle-align: top;
        border-bottom: 2px solid black;
        }
.image	{
	padding: 10px 10px 10px 10px;
	}
p.left	{
	text-align: left;
	}
p.right {
	text-align: right;
	}
