  #header { 
    position: relative;
	margin: 20px;
    width: auto;
    background-color: #000000;
	border: 2px solid #FFFFFF;
    }

  #topbar { 
    position: relative;
	margin: 20px;
    width: auto;
    background-color: #CCCCCC;
 	border: 2px solid #FFFFFF;
   }

  #content { 
	border: 2px solid rgb(0, 0, 0);
    padding: 15px;
    position: relative;
    margin: 20px;
    width: auto;
    text-align: justify;
    font-family: Verdana,Tahoma,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #FFFFFF;
    background-color: #CCCCCC;
	border: 2px solid #FFFFFF;
    }

  #history { 
	border: 2px solid rgb(0, 0, 0);
    padding: 15px;
    position: relative;
    margin: 20px;
    width: auto;
    text-align: center;
    font-family: Verdana,Tahoma,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #FFFFFF;
    background-color: #CCCCCC;
	border: 2px solid #FFFFFF;
    }
	
  #footer { 
    position: relative;
	margin: 20px;
    width: auto;
    background-color: #CCCCCC;
 	border: 2px solid #FFFFFF;
   }
   
  #intro{ 
    position: relative;
	margin: 20px;
    width: 60%;
    background-color: #666666;
	border: 1px solid #000000;
	padding: 4px;
   }
   
  body { 
	margin: 20px;
    padding: 0px;
    background-color: rgb(0, 0, 0);
    }

  p { 
	font-family: verdana,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14pt;
    color: rgb(0, 0, 0);
    background-color: transparent;
    }

  p.title { 
	font-family: verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14pt;
    color: rgb(0, 0, 0);
    background-color: transparent;
    }

  p.quote { 
	font-family: Georgia, "New York", Goudy, Garamond, Serif;
    font-size: 16px;
    font-weight: normal;
	font-style: italic;
    line-height: 18pt;
    color: #CCCCCC;
	text-align: center;
    }

  #footer p { 
	font-family: verdana,arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12pt;
    color: #666666;
    background-color: transparent;
	text-align: center;
    }

  a { 
	font-weight: normal;
    text-decoration: none;
    color: rgb(0, 0, 153);
    background-color: transparent;
    }

  a:hover { 
	text-decoration: none;
    color: rgb(0, 153, 255);
    background-color: transparent;
    }

  a:visited { 
	text-decoration: none;
    color: rgb(119, 119, 255);
    background-color: transparent;
    }

  li { 
	font-family: verdana,arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    }

  table.menu { 
	padding: 1px;
    width: 100%;
    border: 1px;
    background-color: #CCCCCC;
    }

  th.menu { 
    font-family: verdana,tahoma,sans-serif;
    color: darkblue;
    font-size: 12pt;
	border-bottom: 0px solid black;
    padding: 4px;
    background-color: #CCCCCC;
    margin-left: 10px;
    text-align: center;
    }
    
  td { 
    font-family: verdana,tahoma,sans-serif;
    font-size: 12px;
    }
    
  .tdc {
    text-align: center;
	width: 20%;
    }
    
   .thp {
    font-weight: bold;
    color: #cc0000;
    text-align: center;
	width: 20%;
    }
     
  .tr1 {
    background: #bbbbbb;
	color: #333333;
    }

  .tr2 {
    background: #dddddd;
	color: #333333;
    }

  .tr3 {
    background: #bbbbbb;
	color: #eeeeee;
    }

  .tdlst {
    border: 1px dotted #333333;
    padding: 4px;
    }
    
  table.list { 
	font-family: verdana,arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #333333;
    }

  .img-left {
    position: relative;
    left: 2px;
    border: 1px solid #000000;
    padding: 3px 3px 3px 3px;
    margin: 2px 16px 2px 0px;
  }
  .img-right {
    position: relative;
    right: 2px;
    border: 1px solid #000000;
    padding: 3px 3px 3px 3px;
    margin: 2px 0px 2px 16px;
  }
  .img-center {
    position: relative;
    border: 1px solid #000000;
    padding: 3px 3px 3px 3px;
    margin: 2px 0px 2px 8px;
    clear: both;
  }

hr {
	size: 2;
	width: 80%;
}  
