html,body
{
  margin:0;
  padding:0;
  border:none;
}

body
{
  font-family:arial,verdana,helvetica,sans-serif;
  color:black;
  font-size:80%;
  background-color:rgb(255,255,255); /* white */
}

table
{
  border-collapse:collapse;
  font-family:arial,verdana,helvetica,sans-serif;
}


table.main
{
  border-collapse:collapse;
  background-color:rgb(219,214,202);
}

tr.main
{
  background-color:rgb(255,255,255); /* white */
}

td.small_width
{
  width:8px;
}

td.small_height
{
  height:8px;
}

td.image_column
{
  background-color:rgb(219,214,202);
  width:134px;
}

td.heading_column
{
  height:114px;
}

img.referer
{
  border-style:none; 
}

img.reader
{
  float:left;
  height:40px;
}

img.side_photo
{
  padding-bottom:1px;
  background-color:white;
}

img.map
{
  border-width:1px;
  height:185px;
  width:270px;
}

img.kathryn
{
  border-style:solid;
  border-width:1px;
  border-color:rgb(128,0,0);
}

div.text_box
{
  background-color:white;
  margin-bottom:2px;
  margin-left:2px;
  border:1px;
  border-style:solid;
  border-color:rgb(192,192,192);
  padding:10px;
}

div.kathryn
{ 
  padding-bottom:30px;
}

div.kathryn_img
{
  border-style:solid;
  border-width:1px;
  border-color:rgb(192,192,192);
  padding:5px;
  margin-left:5px;
  margin-bottom:5px;
  background-color:white;
}	

span.heading
{
  font-weight:bold;
}