body {
  line-height: 1.5;
  font-family: 'myriad pro', myriad, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:10pt "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:18pt 18pt 18pt 0; }
a img { border:none; }
p img.top { margin-top: 0; }

/*tables*/
table {
 border-top: 1pt solid #555555;
 border-right: 1pt solid #555555;
 font-size: 10pt;
 line-height: 18pt;
 width: 100%;
}
th, td {
 border-bottom: 1pt solid #555555;
 border-left: 1pt solid #555555;
 padding: 3pt 1pt;
}

hr { 
  background:#555555; 
  color:#555555;
  width:100%;
  height:1pt;
  margin:24pt 0;
  padding:0;
  border:none;
}

blockquote {
  margin:18pt;
  padding:12pt;
  font-style:italic;
  font-size:10pt;
}

.small  { font-size: 10pt; }
.large  { font-size: 14pt; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

a[href^="/"]:after {
  content: " (http://www.mmsny.org/" attr(href) ") ";
}

h1 { text-transform: none; }
h1 small { color: #915A7D; font-style: oblique; text-transform: none; }
h1 a { color: #555555; text-decoration: none !important; }
/*removes the link after the company name*/
h1 a:link:after, h1 a:visited:after {
  content: "";
  font-size: 0;
}
/*and this ensures there is no longer a link after the company name*/
h1 a[href^="/"]:after {
  content: "";
}
.alt { color: #979149; font-style: oblique; font-weight: normal !important; }
.separate { background: none; border-bottom: 1pt #979149 dotted; margin-bottom: 18pt; padding-bottom: 18pt; }
#article, #footer { border-top: 1pt #E2E7A3 solid; clear: both; }
#nav, #footer .menu-list, .sb-container, .sb-loading { 
 display: none; 
 visibility: hidden; 
}
#footer p { color: #555555 !important; font-size: 10pt; }