/*
|
| TITLE:      Spector Roseman Kodroff & Willis Print Style
| AUTHOR:     Eric Shiarla, emshiarla@gmail.com
|
| EMPLOYED:   Interworks Inc., http://www.interworksinc.com
|
| CREATED:    July 21, 2008
| MODIFIED:   ---------------
|
*/

html {
  font-family: Arial,sans-serif;
  font-size: small;
}

h1 {
	margin-bottom: 0;
	font-size: 16pt;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

.header {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.header p {
	margin: 0 0 10px 0;
}

.mast-img, .navigation, .sub-navigation, .callouts, .button-set, .copy hr, .read-more {
	display: none;
}

.copy a:link:after, .copy a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.footer {
	margin-top: 20px;
	border-top: 1px solid #999;
}
