body {
	  margin-top: 0;
	  margin-bottom:0;
	  margin-left:0;
	  margin-right:0;
	  background-color:#F6F6F6;
	  SCROLLBAR-FACE-COLOR: #00689C;
	  SCROLLBAR-HIGHLIGHT-COLOR: #F6F6F6;
	  SCROLLBAR-SHADOW-COLOR: #F6F6F6;
	  SCROLLBAR-ARROW-COLOR: #F6F6F6;
	  SCROLLBAR-BASE-COLOR: #F6F6F6;
	  scrollbar-3d-light-color: #F6F6F6;
	  scrollbar-dark-shadow-color: #F6F6F6
	}

/*Text Properties*/

	p, h1, h2, h3 {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:10pt;
	  color:#00689C;
/*	  font-weight: bold; */
	}
	
	.tdsmall {
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  font-size:8pt;
	  color:#00689C;
	}
	

	input, textarea {
	  color: #00689C;
	  font-family: Tahoma;
	  font-size: 12px;
	  border: 1px solid #00689C;
	  background-color: #FFFFFF
	}

/*Link Properties*/

	a:link { 
	  color:#00689C;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:visited { 
	  color:#00689C;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}

	a:hover { 
	  color:#00689C;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:none; 
	}

	a:active { 
	  color:#00689C;
	  font-size:10pt;
	  font-family:Verdana,Tahoma,Arial,helvetica,Sans-serif;
	  text-decoration:underline; 
	}
