P, .main { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; line-height: 16px; }
H3 { font-family: Tahoma, Verdana, Arial; font-size: 14px; color: #000000; line-height: 16px; }
OL { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; line-height: 20px; }
UL { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; line-height: 20px; list-style-type: circle; }
A { font-weight: bold; color: #093A80; text-decoration: none; }
A:hover { font-weight: bold; color: #FF0000; text-decoration: none; }
A.small { color: #093A80; text-decoration: none; }
A.small:hover { color: #FF0000; text-decoration: none; }
A.white { color: #FFFFFF; text-decoration: none; }
A.white:hover { color: #FF0000; text-decoration: none; }
.bg1 { background-color: #FFFFFF; }
.bg2 { background-color: #999999; }
.bg3 { background-color: #093A80; }
.color { color: #093A80; }
.footer_bg { background-image:url(https://www.doc-safe.co.uk/p2p/images/487/new_footer_bg.gif); background-repeat: repeat-y; margin: 0px; padding: 0px; }
.small { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; line-height: 17px; }
.white { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF; line-height: 17px; }
.larger { font-size: 13px; }
.sage { color: #006E5D; }
.bottomleft { bottom: 0px; left: 0px; }
.bottomright { bottom: 0px; right: 0px; }
.headerbg {
	height: 85px;
	width:750;
	text-align:center;
	background-image: url(https://www.doc-safe.co.uk/p2p/images/487/banner.jpg);
	background-repeat: no-repeat;
}

#scroller {
  text-align: left;
  width: 100%;
  height: 440px;
  overflow: auto;
  overflow-x: hidden;
}

a.description {
  position: relative;
}

a.description span {
  display: none;
}

a.description:hover {
  font-size: 100%; /* Fixes bug in IE5.x/Win */
}

a.description:hover span {
  display:block;
  position:absolute;
  top:1em;
  left:0;
  padding: 0.2em 0.6em;
  border:1px solid #996633;
  background-color:#CCCCCC;
  color:#000;
}