TITLE.mytitle {
	background: #F8F8F8; 
	color: #003366; 
	font-family: "Book Antiqua" 
	font-size=75%
} 

   BODY  { background: #F8F8F8; color: #003366; font-family: "Times New Roman"}
   A:link { color: blue} 
   A:visited { color: red}
   A:active  {color: red}
   
   A:link, A:visited, A:active { text-decoration: underline }
   
   A:link.menulink {	width: 100%; text-align: center; 
						background-color: transparent; color: white;
						text-decoration: none;
                     	font-family:  "Arial";
                    }    
   A:visited.menulink { width: 100%; text-align: center; 
						background-color: transparent; color: white;
						text-decoration: none;
                        font-family:  "Arial"                   
                      }
   A:hover.menulink {  	width: 100%; text-align: center; 
			background-color: transparent; 
			color: white;
			text-decoration: none;
                        font-family:  "Arial"                   
                      }
   A:active.menulink {  width: 100%; text-align: center; 
						background-color: transparent; color: white;
						text-decoration: none;
                       	font-family:  "Arial"
                     }
   
   table.menutbl { width: 15; cellpadding: 0; cellspacing:0; background: #6699CC}
   
   
   h2.header {width: 100%; text-align: center; font-family: "Book Antiqua"}
 
   
   P.stb { margin-bottom: 1px }
   P.mtb { margin-bottom: 3px}
   P.mtb:first-letter { font-size: 150%}
   P.ltb { margin-bottom: 5px}


   P.normtxt { margin-bottom: 3px;
               color: #336699;
               font-size: 100%;
               margin-right: 20px;
               margin-left: 20px
              }
                  
   DIV.quote { font-size: 100%; color: #336699 }
   DIV.normtxt { font-size: 100%;  color: #336699 }
   SPAN.normtxt { font-size: 100%;  color: #336699 }
   SPAN.quote_author { font-style: italic; color: #336699 }
   
   
   
   IMG.thumbnails { border-style: solid
                    border-color: #003366;
                    border-width: thin }
   
               
   IMG.iconleft { margin: 5;
                  float: left
                }            
   IMG.iconright { margin: 5;
                  float: right
                }        
                                       


   table.navbar {     
                     border-width: 0;
                     width: 100%
                   }
                   
   td.navbar {   width: 16.66%; 
                  background-color: #6699CC;
                  font-size: 75%;
			text-align: center
                }                 

   td.navbar_selecteditem { width: 16.66%;
                  background-color: darkblue; 
                  font-size: 75%;
			text-align: center
                }                 
   td.navbar_bottom {   width: 14.28%; 
                  background-color: #6699CC;
                  font-size: 75%;
			text-align: center
                }                 
	
   td.navbar_selecteditem_bottom { width: 14.28%;
                  background-color: #6699CC;
                  font-size: 75%;
			text-align: center
                }                 
    


	td:hover.navbar {   width: 16.66%; 
                  background-color: darkblue;
                  font-size: 75%;
			text-align: center
                }                 
	td:hover.navbar_bottom {   width: 14.28%; 
                  background-color: darkblue;
                  font-size: 75%;
			text-align: center
                }                 


<!-- background-color: #3366cc; -->
    UL.listoflinks { list-style: none; font-size: 100%}            

IMG.shadowed {
	Filter: DropShadow(Color="grey", OffX=30, OffY=30)
}

