/* Styles used by the HBB site */

/* This style affects all regular text throughout the site */
.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; 
             font-size: 12px; 
             color: #333333; 
             padding-right: 10px; 
             padding-left: 10px; 
             text-align: justify}

/* This style is applied to main headings */			 
.section_header {  font-family: Verdana, Arial, Helvetica, sans-serif; 
                   font-size: 12px; 
		   font-weight: bold; 
		   color: #000099}

/* This style is used for text that supports the main headings */
.section_header_2nd_line {  font-family: Verdana, Arial, Helvetica, sans-serif; 
                            font-size: 11px; 
			    font-style: italic; 
			    font-weight: normal; 
 			    color: #666666}

/* This style governs the buttons onthe links bar */							
.Links_Bar {  font-family: Verdana, Arial, Helvetica, sans-serif; 
              font-size: 12px; 
			  font-style: normal; 
			  line-height: normal; 
			  font-weight: bold; 
			  color: #FFFFFF; 
			  background-color: #990000; 
			  background-position: center center; 
			  text-align: center; 
			  vertical-align: middle; 
			  padding-top: 3px; 
			  padding-right: 3px; 
			  padding-bottom: 3px; 
			  padding-left: 3px; 
			  margin-top: 3px; 
			  margin-right: 3px; 
			  margin-bottom: 3px; 
			  margin-left: 3px}

/* This style is used by the text at the bottom of the screen */			  
.footer_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; 
                font-style: normal; 
				line-height: normal; 
				font-weight: normal; 
				color: #FFFFFF; 
				text-decoration: none; 
				padding-right: 5px; 
				padding-left: 5px}

/* This style is used when the user is mousing over a link */
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: bold; 
		  text-decoration: none}

/* This style is used when the user is clicking on a link */
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; 
		  font-style: normal; 
		  line-height: normal; 
		  font-weight: bold; 
		  text-decoration: none}	  

/* This style formats links that the user is not interacting with */
a {  font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 12px; 
     font-style: normal; 
     font-weight: normal; 
     color: #990000; 
     text-decoration: underline}

/* This style format the HTML page body */
body {  background-image: url(images/fond.bmp); 
        background-repeat: repeat}

/* This style is supposed to be used for the photo descriptions, but I don't believe the alignment is working */
.bodytext_photo { font-family: Verdana, Arial, Helvetica, sans-serif; 
                  font-size: 12px; 
                  color: #333333; 
                  padding-right: 10px; 
                  padding-left: 10px; 
                  text-align: center}

/* This style applies to photo captions in What's New, etc. I don't believe the alignment is working */
.bodytext_caption { font-family: Verdana, Arial, Helvetica, sans-serif; 
                    font-size: 12px; 
                    color: #333333; 
                    padding-right: 10px; 
                    padding-left: 10px; 
                    font-style: italic;                     
                    text-align: center; 
                    background-position: center}

/* This style indicates items that require further attention */
.highlight {  font-family: Arial, Helvetica, sans-serif; 
              font-size: 10pt; 
              font-style: normal; 
              line-height: normal; 
              font-weight: bold; 
              font-variant: normal; 
              color: #990000; 
              background-color: #FFFF00}



