@charset "UTF-8";
/* print.css for Dumas website -- updated April 20, 2008 */

body { margin: .5in; color:#000; background:#fff; }
#container { margin: 0; }
#branding { background: url(none); }
#navigation { display: none; }
#content  { color: #000000; background: #FFFFFF url(none); }
#content #textContent { color: #000000; background: #FFFFFF url(none); font-size: 11pt; padding:0; }
#legal  { background: url(none); color: #000; text-align: right; }

a img { border:none; } /* to elminate blue border in IE */
#branding h1 { position:relative; top:10px; height:66px; background-image:url(none); text-indent:0; }
#content p, #content h1 { margin: 0; }
#content ul { margin: 0 .25in; }
#content a:link, #content a:visited { color: #000; text-decoration: underline; }
#content a:hover, #content a:active { color: #000; background-color: #eee; text-decoration: underline; }
#legal p { font-size: 10pt; font-style:normal; padding: 0 0.5in; margin: 0; }
#legal a { color:#000; text-decoration: underline; font-weight: normal; }
#legal a:link, #legal a:active, #legal a:visited { color:#000; }
#legal a:hover { color: #000; background-color:#fff; text-decoration:underline; }
#content #textContent p { font-size: 11pt; margin: 10pt; }
