/* Start of CMSMS style sheet 'screen' */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.external {

  padding: 0 12px 0 0;
}

a.external:link {
  color: #18507C;

  background: url(uploads/pwinkler/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */


  background: url(uploads/pwinkler/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/pwinkler/external.gif) no-repeat 100% 0; 
}
.nomargintop {
	margin-top: 0;
}
.copyright {
	font-size: 0.8em;
	margin-top: 15px;
        line-height: 1.1em;
}
.floatleft {
	float: left;
	padding: 0 5px 2px 0;
}
/* End of 'screen' */

