﻿/* 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:1.3em;
  padding: 1px 0px 2px 1px;
  border-top:1px solid green;
  border-bottom:none;
  background-color:#C6FFC6;
  color:#000;
}
h2 {
font-size:120%;
 padding-top:0px;
  border-top:1px solid green;
 margin-top:0px;
}

h3 { font-size: 110%; text-decoration:underline  }
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('../../../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;
}
