.hide { display: none }
.illustration { float: right }


body { color: black; background: white; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; }
/*a { text-decoration: none }*/
/*a:link { color: blue }  /* for unvisited links */
/*a:visited { color: blue } /* for visited links */
/*a:active { color: red } /* when link is clicked */
/*a:hover { color: blue; background: yellow } /* when mouse is over link */
h1 { text-align: center; font-weight: normal; font-size: 18pt; }
h2 { font-weight: normal; font-size: 15pt; }
h3 { font-weight: lighter; font-size: 100%; }


/* makes links blue */
a {
color: #00c;
}
/* Dumb hack to stop IE getting "dotted" borders */
a {
/* div > a, p > a { */
text-decoration: none;
/* border-bottom : 1px dotted; */
}
a.noborder {
/* div > a, p > a { */
text-decoration: none;
border-bottom : none;
}
/* Makes sure images don't get that horrible blue border when they are linked */
a > img {
border: 0;
}

div.footer {  text-align: center; padding-top: 1em; font-size: 80%; }
span.footericons {  padding-left: 2em;  }
span.disclaimer {  padding-right: 2em; }
span.changeinfo {   }


div.section { padding: 1em 0em }
/*div.section>* { margin-left: 1em }*/
div.section>p { margin-left: 1em; }
div.section>h2 { margin-left: 0em }
div.section>h3 { margin-left: 1em; padding-bottom: 0em; margin-bottom: 0em; }
li { padding-bottom: 1em }
ul.uldense { padding-top: 0em; margin-top: 0em; }
ul.uldense li { padding-top: 0em; padding-bottom: 0em }
p, li {line-height: 150% }


/*
   Local variables:
   mode: css
   cssm-indent-level: 2
   End:
   */
