FONT {
  font-family: "Helvetica", Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}

LI {
  font-family: "Helvetica", Verdana, Arial, Sans-serif; 
  font-size : 10pt;
  list-style-type: circle;
}

TD {
  font-family: "Helvetica", Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}

DL {
  font-family: "Helvetica", Verdana, Arial, Sans-serif; 
  font-size : 10pt;
}


BODY {
  font-family : "Helvetica", Verdana, Arial, Sans-serif; 
  font-size : 10pt;
  margin : 0;
  background : #000066;
  color : #000000;
}


a:link {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:visited {
  color : #660066;
  background : transparent;
  text-decoration : none;
}

a:hover {
  color : #003399;
  background : transparent;
  text-decoration : underline;
}


.showS {
	margin: 10px;
	vertical-align: top;
	padding: 10px;
}
