/* Start of CMSMS style sheet 'Print' */
/*[CDATA[*/

/**
* STYLE BY HTML TAGS
*/

title:after { content: "?2006 DARcorporation"; }

body {
    background-color: white;
    color: black;
    font: 10pt Arial, Helvetica, sans-serif;
    margin: auto;
    width: 100%; }

h1 {
  font-weight: bold;
  font-size: 200%; }
h2 {
  font-weight: bold;
  font-size: 175%; }
h3 {
  font-weight: bold;
  font-size: 150%; }
h4 {
  font-weight: bold;
  font-size: 125%;
  color: black;
  background: white; }

hr { width: 66.6% }

a {
  text-decoration: underline;
  color: black;
  background: white; }
img { display: none; }

/**
* STYLE BY ID AND CLASS
* in order of appearance in code
*/

#header {display: none; }

#logo { display: none; }

#container { float: none;}

#left { display: none; width: 0px; }

#main { margin: auto; }

#footer {
  color: black;
  background: white;
  text-align: center;
}
#privacy { display: none; }

/**
* MISC ID/CLASS DEFINITIONS
*/

.highlight {background-color: black;
                   color: white; }
  /*]]*/
/* End of 'Print' */

