﻿/* Common Google Styles */

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, caption, tbody, tfoot, thead, tr, th {
  margin:0;
  padding:0; 
}

body {
  font-family:"Times New Roman",Arial;
  font-size:90%;
  background:#fff;
  color:#000;
  margin:12px 10px 10px 5px;
}

p { margin:1em 0; }
img { border:none; }

h1 {
  font-size:2.0em;
  border-bottom:1px solid #999;
  padding:0.2em 0;
  margin:0.7em 0em 0em 0em;
  color: #333;
}

h2 { font-size: 120%; border-top:1px solid black }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }

a:link { color: #0000cc; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }

td#left-col { width:140px; }
td#left-col .size { padding: 0px 2px; }

td#left-col-divider {
  background: url('http://www.google.com/images/dot2.gif') repeat-y 5px 0px;
  padding:0px 8px;
}

td#content {
  width:auto;
}

hr {
  height:1px;
  background-color:#fff;
  border:none;
  border-bottom:1px solid #ccc;
}
