body 	{ background-color: #DBE8E8;
	  margin-bottom: 0px;
          margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
          font-family: Helvetica;
	  color: #00022F;
	}

table   { padding-top: 0px;
	  padding-bottom: 0px;
	  border-collapse:collapse;
	  border-spacing: 0px;
	  background-color: #FFF;
	}

td	{ text-align: left;
	}

a:link     { text-decoration:none;
	     color: #2080A0;
	   }

a:active   { text-decoration:underline;
	     color: #00022F;
	   }

a:visited  { text-decoration:none;
	     color: #2080A0;
	   }

a:hover    { text-decoration:underline;
	     color: #00022F;
	   }

.copyright { font-size: 10px;
	     text-align: right;
	   }

.nav       { text-align: center;
	   }

.img       { text-align: right;
	   }

.img2      { font-size: 11px;
	   }


