body { background-color: #000000;
       margin-top: 20px;
       margin-right: 10px;
       margin-bottom: 10px;
       margin-left: 10px;
       font-family: Arial, sans-serif;
       color: #FFFFFF;
       text-align: left;
       font-size: 14px; }

p.Copyright { font-size: 10px;
              text-align: center; }

p.Title { font-size: 30px;
	  font-weight: bold;
	  font-style: italic;
	  text-align: left; }

p.SubTitle { font-size: 20px;
	     font-weight: bold; }

p.Comment { font-size: 16px;
	    color: #BBBBBB; }

a:link, a:active, a:visited { text-decoration: none;
                              color: #CCCCFF; }

a:hover { text-decoration: none;
          color: #0099FF; }

input, textarea { font-family: Arial, sans-serif;
		  font-size: 10px; }

table { font-size: 14px; }

table.NavBar { position: relative;
               left: -10px;
               border-left: 0px none;
               border-right: 0px none;
               border-top: 1px solid white;
               border-bottom: 1px solid white;
               background-color: #0099FF;
               margin: 0;
               padding: 0 }

table.NavBar td { font-size: 12px;
                  text-align: center;
                  padding-left: 43px;
                  padding-right: 43px;
                  padding-top: 2px;
                  padding-bottom: 2px; }
                  
table.NavBar td a:link, table.NavBar td a:active, table.NavBar td a:visited { text-decoration: none;
                                                                              color: #FFFFFF; }

table.NavBar td a:hover { color: #CCCCFF; }

table.Box { border: 1px solid #0099FF; }

table.Box td { font-size: 12px; }

table.Box td.Title { background-color: #0099FF;
		     font-weight: bold;
                     padding: 3px 3px 3px 8px; }

table.Box td.Content { padding: 8px;
		       vertical-align: top;
		       text-align: left; }

table.TextBlocks td.1 { width: 80px;
			background-color: #000099;
			color: #6699FF;
			font-weight: bold; }

table.TextBlocks td.2 { width: 100%;
			background-color: #6699FF;
			color: #EEEEFF; }
                                                                              
img.NavBarEnd { position: relative;
                left: -10px; }

img.Bordered { border: 1px solid white; }
                
hr { width: 80%;
     border: 0px none;
     color: #0099FF;
     height: 1px;
     text-align: center; }
     
img.Title { position: relative;
            left: 10px; }