    BODY {
          font-family: 'Georgia', serif;
          color: darkblue;
          background-color: lightyellow;
          font-size: 12pt;
          vertical-align: top;
        }

   A:link {
          color: darkblue;
          text-decoration: underline;
          }

   A:visited {
          color: darkblue;
          text-decoration: underline;
          }

   A:hover {
          color: darkred;
          text-decoration: underline;
           }
   		  

	DT {
       font-weight: bold;
	   }

    TABLE {
          font-family: 'Georgia', serif;
          color: darkblue;
          background-color: lightyellow;
          font-size: 12pt;
          vertical-align: top;
        }
        
   H1 {
          text-align: left;
   	}

   .banner {
          width: 100%;
   		  height: 120px;
          margin-bottom: 14pt;
          margin-top: 0;
          padding-bottom: 0;
          padding-top: 0;
          vertical-align: bottom;
          padding-right: 14pt;
          border-spacing: 0;
          }

   .header {
          font-size: 1.4em;
          font-weight: bold;
          text-align: right;
          vertical-align: bottom;
          margin-bottom: 14pt;
          margin-top: 0;
          padding-top: 0;
          padding-bottom: 14pt;
          padding-right: 14pt;
          padding-left: 4pt;
          color: white;
          background-repeat: repeat-x;
          background-attachment: scroll;
          background-color: darkblue;
          width: 100%;
           }

   .boldtop {
          font-weight: bold;
          vertical-align: top;
        }


   .footer {
          font-size: 0.8em;
          color: white;
          background-color: darkblue;
          text-align: center;
          width: 100%;
          margin-top: 6pt;
          padding: 6pt;
           }

   .footertext {
          color: white;
          background-color: darkblue;
          padding: 0;
           }
                      
   .footertext:link {
          color: yellow;
          text-decoration: underline;
          }

   .footertext:visited {
          color: yellow;
          text-decoration: underline;
             }

   .footertext:hover {
          background-color: yellow;
          color: darkblue;
          text-decoration: overline underline;
           }
   		  
   .navi {
          font-family: 'Tahoma', sans-serif;
          text-align: right;
          font-weight: bold;
         }

   .body {
          font-family: 'Georgia', serif;
          color: darkblue;
          background-color: lightyellow;
          font-size: 1em;
          vertical-align: top;
          width: 100%;
          text-align: justify;
        }

   .map {
          color: #808080;
          background-color: lightyellow;
          font-family: 'Georgia', serif;
          font-size: 0.9em;
         }

   .close {
          color: black;
          background-color: lightyellow;
          font-family: 'Georgia', serif;
          font-size: 0.9em;
          font-style: italic;
          text-align: center;
         }

    .link {
         list-style-type: square;
         margin-top: 0;
         margin-bottom: 0;
         padding-top: 0;
         padding-bottom: 0;
          }

   .leftbar {
          vertical-align: top;
          padding-right: 1pc;
          width: 160px;
          height: 40px;
            }

   .imgleft {
          margin: 1pc;
          float: left;
             }

   .imgright {
          margin: 1pc;
          float: right;
             }

   .imgcenter {
          margin: 1pc;
          text-align: center;
             }

	.whiteonblack {
          color: lightyellow;
          background-color: darkblue;
                  }

    .larger {
          font-size: 14pt;
            }

   .topcenter {
          vertical-align: top;
          text-align: center;
        }

   .bottomcenter {
          vertical-align: bottom;
          text-align: center;
        }


	.smaller {
		font-size: 0.8em;
		}
		
	.left {
        text-align: left;
    	}
    	
    .right {
        text-align: right;
    	}
    
    .smallitalic {
		font-size: 0.8em;
    	font-style: italic;
    	}
    	
    .thumbnail {
        cursor: pointer;
        }

	.left {
	      text-align: left;
	      }
	