body     { background-color: #FF99CC; text-align: Center }
img      { border-style: none; }

.imagespacer { width: 460px; height: 30px; }
.mainpic { width: 400px;
           height: 360px;
         }

.main    { width: 680px;
           border-style: none;
           border-width: 0;
         }

.top     { width: 100%;
           background-color: #660000;
         }
.left    { width: 460px;
           height: 420;
           text-align: center;
           background-color: #660000;
           }
.leftframe { width: 400px;
             height: 360px;
           }

.right   { width: 100px;
           background-color: #660000;
           padding-top: 18px;
         }
.rightframe { width: 100%;
              height: 300px;
           }
.whitetext {
           color: white;
           text-align: left;
           font-size: 10pt;
           font-family: Georgia, 'Times New Roman', Times, serif;
           }
.whitebold {
           font-weight: bolder;
           color: white;
           text-align: left;
           font-size: 10pt;
           font-family: Georgia, 'Times New Roman', Times, serif;
           }

.select-blue    { background-color: #aaaaff; }
.brown   { background-color: #660000; }
.select-pink    { background-color: #ff99cc; }
.select-yellow  { background-color: #ffffaa; }
.select-white   { background-color: white; }

.links {  
           font-size: 8pt;
           font-family: Georgia, 'Times New Roman', Times, serif;
           color: #660000;
       }
a:link    { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }
a:visited { text-decoration: none; }


