/* CSS Document */BODY	  { 	  font-family: Tahoma, Verdana, Arial, sans-serif; 	  font-size: 12pt; 	  color: #000000; 	  background-color: #a2c9fe; 	  background-repeat: repeat; 	  background-image: url(images/water.jpg); 	  width: 700px; 	  margin-left: auto; 	  margin-right: auto; }H1        { margin-top: 2px; margin-bottom: 12px; font-family: Copperplate; font-size: 24pt; color: #002a66; }

H2        { margin-top: 2px; margin-bottom: 6px; color: #002a66; text-align: center; font-size: 18pt; }

HR        { height: 2px; color:#002a66; background-color:#002a66; }

P         { margin-bottom: 12px; font-size: 12pt; }B         { color: #002a66; }C         { font-family: Courier, Courier New; font-size: 11pt; }

LI	  { 	  padding-bottom: 12px; 	  }TABLE	  { font-size: 12pt; text-align: left; }A:link	  { color: #003580; text-decoration: underline; }A:hover	  { color: #3d79cc; text-decoration: none; background-color: #b2d2ff; }A:visited { color: #003580; text-decoration: underline; }