td.TopMenu {
		 color: #FFFFFF; 
		 text-decoration: none;
		 font-family: Verdana; 
		 font-size: 83%; 
		 font-weight: bold;
		 }
		 
p.Centered {text-align: center; }

A {text-decoration: none;  /* prevent the links from showing underlines */
  }
  
/* mouseout and default settings for side menu */
.SideMenu {
  		 color: #495677; 
		 font-family: Verdana;
		 font-size: medium;
		 font-weight: bold;
}
 
/*  set the mouseover attributes */
.SideMenu:hover {
		 color: #BB825B;
}

.BasicText {
		  color: #000000;
		  font-family: Verdana;
		  font-size: medium;
          font-weight: normal;
          text-align: left;
		  }
          
.Heading1 {
          font-size: x-large;
          font-family: Verdana;
          color: #000000;
          font-weight: bold;
          text-align: center;
          }
          
.Heading2 {
              font-size: large;
              font-family: Verdana;
              color: #000000;
              text-align: left;
              }
              
.Heading3 {
          font-size: large;
          font-family: Verdana;
          color: #000000;
          text-align: center;
          }
          
.Choices { 
          font-size: 120%;
          font-family: Verdana;
          color: #000000;
          }

.Choices:hover {
		 color: #BB825B;
}
        
              
.Vita {
      color: #495677;
      font-family: Verdana;
      font-size: medium;
      font-weight: bold;
      }
		  
.BottomMenu {
		 color: #495677; 
		 text-decoration: none;
		 font-family: Verdana; 
		 font-size: small; 
		 font-weight: bold;
		 }
		 
hr.Line {
		color: #BB825B;
		}
        
.MainChoices {
             color: #495677;
             font-family: Verdana;
             font-size: large;             
              }
        
.Title {
       color: #000000;
       font-family: Verdana;
       font-size: xx-large;
       font-weight: bold;
       text-align: center;
       }
       
.Bullet {
        font-size: medium;
        color: #000000;
        font-family: Verdana;
        text-align: left;
        }
.Resources {
                 color: #495677;
                 font-family: Verdana;
                 font-weight: bold;
                 font-size: medium;
                 text-align: left;
                 }
				 
.Definition {
			color: #FF0000;			}
			
a.info {
	   position: relative;
	   color: blue;
	   font-family: Verdana;
	   border: none;
	   }a.info:hover {
			 text-decoration: none; /* no underlining */
			 background: #EEEEFF; /*url("fileDoesNotExist.jpg"); */
			 z-index: 6;
			 }a.info img {
	   border: none;
	   margin-left: -10px; /*adjusting this will control the space betwwen the image and the text */
	   position: absolute;
	   left: -9999px; /* hide the "popup" offscreen*/
	   }a.info:hover img {
			 left: auto; /* bring it back on on hover */
			 top: -16em;
			 } 
			
