body *, div, p {
   float:none !important;
}

body, input, textarea, select {
   margin:0;
   padding:0;
   color: #000;
   background: none;
   font: 12pt/20pt Arial, Verdana, sans-serif;
}


/* Hide Elements
-----------------------------------------------------------------------------*/

#breadcrumb, #login, #nav, #sidebar, #subnav, #useful, #footer img  {
   display: none;
}

.btm, .clear, .contour, .email, .print, .searchBox, .slice, .top {
   display: none;
}

#header, #main-body, #content, #footer, table {
   width: 98%; 
   margin: 0; 
   float: none;
}


/* Selectors
-----------------------------------------------------------------------------*/

a {
   color: #333;
   font-weight: bold;
}

a img {
   border:none;
}


h1, h2, h3, h4, h5 {
   color: #666;
}

h1 {
   font-size: 15pt;
   text-align: left;
   margin-bottom: 0;
   padding-top: 0px;
}

h2 {
   font-size: 13pt;
   border-bottom: 1px solid #666;
   padding: 20px 5px 5px;
}

h3 {
   font-size: 11pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}

h4 {
   font-size: 9pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}

li {
   line-height: 12pt;
}

a, li, p, td, th {
   font-size: 10pt;
   margin-top: 10px;   
}

table {
   margin:0 5px;
   border-collapse:collapse;
   border:1px solid black;
}

th {
   color: #666;
   border-bottom:1px solid black;
}

td {
   line-height:12pt;
   padding:5pt 10pt;
   border:1px solid black;
}


/* Logo
-----------------------------------------------------------------------------*/

#primary-box a {
   text-decoration:none;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer p {
   color: #999;
   text-align: center;
   font-size: 10pt;
   width: 5in;
   border-top: 1px solid #CCC;
   margin: .5in 1in;
}



/* Print Link URLs
-----------------------------------------------------------------------------*/

a:link:after {
content:" ["attr(href)"]"; 
   font-weight: normal;
}

/* Hide relative links */
   a[href^="/"]:after {
   content: "";
}

/* Hide bookmark links */
   a[href^="#"]:after {
   content: "";
}
