/* 
    Document   : index
    Created on : Jan 20, 2010, 8:02:38 PM
    Author     : moray
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html, body {
  margin:0;
  padding:0;
  border:0;
  font-family:Georgia,"Times New Roman",Serif;
  font-size:14px;
  color:#232323;
}

p {
  padding:0px 0px 15px 0px;
  margin:0px;
  font-family:Georgia,"Times New Roman",Serif;
  font-size:14px;
}

p:last-child {
  padding-bottom:0px;
}

p:first-child {
  padding-top:0px;
}

p.title {
  font-size:20px;
  font-weight:bold;
}

a {
  color:#343434;
  font-family:Georgia,"Times New Roman",Serif;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}


img {
  border:0;
  margin:0;
  padding:0;
}

div#body {
  margin:100px auto;
  width:25%;
}

div#body table td {
  vertical-align:top;
  padding:2px;
}

div#body table td img {
  margin-top:4px;
}

