A:hover {
	text-decoration: underline;
    color: black;
    background: #CCFF66;
  }
   
  body {
  font-family: Times New Roman;
    background: #FFEBCD;
 /* background: url(../../snowflakevbg2.jpg);*/
    background-attachment: fixed;
  }

 h1 {
  text-align: center;
  font-size: 16pt;
  color: #990000;
  font-weight: bold;
  margin-bottom: 0;
  }

 .subTitle {
 	text-align: center;
 	font-size: 9pt;
	color: #050000;
	font-weight: normal;			
	}
  
 h2 {
  text-align: left;
  font-size: 14pt;
  color: #006600;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0;
  margin-top: 0;
  }
  
 h3 {
  text-align: center;
  font-size: 14pt;
  color: #006600;
  font-weight: bold;
  text-decoration: none;
  margin-top: 0;
  }

 h4 {
  text-align: left;
  font-size: 12pt;
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 0;
  }
  
 p {
  text-align: left; 
  margin-top: 0;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  }
  
 .pleft {
  text-align: left;
  margin-top: 0;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
  }

  .pcenter {
  text-align: center;
  margin-top: 0;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
  }

  .pright {
  text-align: right;
  margin-top: 0;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  }

  .pblock {
  text-align: left;
  font-size: 12pt;
  margin-left:5%;
  margin-right:5%;
  background: #ECECEC;
  }


 .menu {
  text-align: center; 
  font-weight: bold;
  }
  
 .foot {
 text-align: center;
 font-style: italic;
  }
  
 ul {
  text-align: left;
  font-size: 12pt;
  color: #990000;
  margin-top: 0;
    }
  
 .table {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: left;
	font-size: 12pt;
	}
	
td {
	text-align: center;
	width: 100%;
	font-weight: bold;
	}
	
li {
	list-style: bullet;
    color: #000000;
    font-weight: normal;
	}
img, embed, object, video {
  max-width: 100%;}


/*img { width: 100%; }*/


