  /* paragraph text general */
  p { margin-top:0; }

  /* link properties in text, navy to blue on highlighted background */
  a:link { text-decoration:none; background: transparent; color: blue; }
  a:visited { text-decoration:none; background: transparent; color: blue; }
  a:hover { text-decoration:none; background: transparent; color: red; }

  /* link properties in text, navy to blue on highlighted background */
  a.pic:link { text-decoration:none; background: transparent; }
  a.pic:visited { text-decoration:none; background: transparent; }
  a.pic:hover { text-decoration:none; background: transparent; }

  /* link properties, bold black to blue for button labels*/
  a.button:link { text-decoration:none; background: transparent; color: white; font-weight: bold; }
  a.button:visited { text-decoration:none; background: transparent; color: #ffe5e5; font-weight: bold; }
  a.button:hover { text-decoration:none; background: transparent; color: yellow; font-weight: bold; }

  li
    {
	padding-bottom: 4px ;
    }

  li.nog
    {
	list-style-type: none;
    }

  ul
    {
	list-style-type: disc;
    }

  ul.crc
    {
	list-style-type: circle;
    }

  ul.nog
    {
	list-style-type: none;
    }

  ul ul
    {
	list-style-type: disc;
    }

  ul ul ul
    {
	list-style-type: disc;
    }

  ul ul ul ul
    {
	list-style-type: square;
    }

  div
    {
    /* div settings, general */
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin: 1px;
    color: #000000;
    background-color: transparent;
    text-align: left;
    }

  .cont
    {
	position: relative ;
	width: 359px ;
	height: 200px ;
	margin-top: 0px ;
	margin-left: 0px ;
	padding: 0px ;
    }

  .sold
    {
	position: relative ;
	float: left ;
	top: -90px ;
	left: 200px ;
	width: 109px ;
	height: 78px ;
	margin-top: 0px ;
	margin-left: 0px ;
	padding: 0px ;
	z-index: 9 ;
    }

  .hdr
    {
    /* button labels, normal */
    font-size: 24pt;
    font-family: Arial;
    font-weight: bold;
    color: navy;
    }

  .hdrtxt
    {
    /* button labels, normal */
    font-size: 12pt;
    font-family: Arial;
    font-style: italic;
    color: navy;
    }

  .bi
    {
    /* button labels, normal */
    font-weight: bold;
    font-style: italic;
    color: brown;
    }

  table
    {
    /* table settings, general */
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 12pt;
    font-family: Arial;
    }

  table.bgrey
    {
    /* table settings, red outline */
    background-color: #606070;
    border: 1px solid black;
    padding: 6px; /* top+bottom+left+right */
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: white;
    }

  td
    {
    /* table cell settings, general */
    border: 0px solid black;
    padding: 6px; /* top+bottom+left+right */
    font-size: 12pt;
    font-family: Arial;
    }

  .formbuttonr
    {
    /* button design, red */
    cursor: pointer;
    border: outset 5px #f0a0a0;
    outline: #c0c0c0 solid 1px;
    background: #f03030;
    color: #f0f0f0;
    font-weight: bold;
    }

  .bigL
    {
    /* paragraph, large 1st letter */
    font-size: 154%;
    font-family: Arial;
    font-weight: bold;
    color: #a00000;
    background: #ffffe5 ;
    }

  .trd
    {
    /* <FONT color="#A03030"> </SPAN> #803030  #804040 #A01010 #A08080 crimson maroon */
    font-family: Arial;
    color: #A03030;
    }

  .trdb
    {
    /* <FONT color="#A03030"><B> </B></SPAN> #803030  #804040 #A01010 #A08080 crimson maroon */
    font-family: Arial;
    color: #A03030;
    font-weight: bold;
    }

  .tbl
    {
    /* <FONT color="#303080"> </SPAN> #303060 navy */
    font-family: Arial;
    color: #303080;
    }

  .tblb
    {
    /* <FONT color="#303080"><B> </B></SPAN> #303060 navy */
    font-family: Arial;
    color: #303080;
    font-weight: bold;
    }