body                          {
                                background-color: #f0f0f0;
                                font-family:helvetica,arial,sans-serif;
                              }
h3                            {
                                color:#175044;
                              }
h4                            {
                                color:#175044;
                              }

a:link                        { color:#255840; text-decoration: underline; }
a:active                      { color:#255840; text-decoration: underline; }
a:visited                     { color:#255840; text-decoration: underline; }

a.menu:link                   { color:#404040; text-decoration: none; }
a.menu:hover                  { color:#404040; text-decoration: underline; }
a.menu:focus                  { color:#404040; text-decoration: underline; }
a.menu:visited                { color:#606060; text-decoration: none; }

ul                            { margin-top:0px;
                                margin-bottom:10px;
                              }

li                            { margin-bottom:4px;
                              }

table.page                    {
                                width:95%;
                                border-width: 0;
                                border-spacing: 0;
                                padding: 0;
                              }
td.page-top-mid               {
                                text-align:left;
                                width:100%;
                                padding:0;
                                padding-left:20px;
                              }
div.header                    {
                                font-weight:bolder;
                                font-style:italic;
                                font-size:24px;
                                text-align:center;
                              }
div.subheader                 {
                                font-style:italic;
                                font-size:15px;
                                text-align:center;
                              }
td.menu-top                   {
                                background-color: #f0f0f0;
                                background-image: url(./menu_back_top.png);
                                height: 32;
                                width: 160;
                                max-height: 32;
                                max-width: 160;
                                min-height: 32;
                                min-width: 160;
                              }
td.menu-bar                   {
                                background-color: #f0f0f0;
                                background-image: url(./menu_back_mid.png);
                                text-align:center;
                                font-size:16px;
                                font-weight:bold;
                                color: #303030;
                                padding:4px;
                              }
td.submenu-bar                {
                                background-color: #f0f0f0;
                                background-image: url(./menu_back_mid.png);
                                color: #303030;
                                text-align:center;
                                font-size:13px;
                                font-weight:bold;
                                padding:2px;
                              }
td.menu-bot                   {
                                background-color: #f0f0f0;
                                background-image: url(./menu_back_bot.png);
                                height: 32;
                                width: 160;
                                max-height: 32;
                                max-width: 160;
                                min-height: 32;
                                min-width: 160;
                              }
td.content-top                {
                                background-color: #f0f0f0;
                                height: 16;
                              }
td.content                    {
                                background-color:#f0f0f0;
                                background-image: url(./back.png);
                                font-size:15px;
                                padding:12px;
                                width: 100%;
                              }
p.quote                       {
                                margin-left:20px;
                              }
p.adr                         {
                                margin-left:20px;
                                font-size:16px;
                                line-height:120%;
                              }
