/* BODY */
body { 
    margin-left: 0; 
    margin-top: 0; 
    font-family: verdana, arial, helvetica, sans-serif;
    color: #06a;
    background: #fff
  }

/* AREAS */
div.body { border: none; padding: 1em; padding-left: 2em; }

div.box { padding: 0.2em; border: solid; border-width: thin; width: 98%; }

hr { color: #900; width: 75% }

/* TABLES */
table {
    background: #fff;
    border-width: 0;
    border-color: #fff;
    margin: 0;
    border: 0;
    padding: 0;
  }

td {  verdana, arial, helvetica, sans-serif;  }

th { text-align: left }

/* TEXT */
h1, h2, h3, h4, h5, h6 { /* inherits from body */ }
h1 { font-size: 135% }
h2 { font-size: 110% }
h3 { font-size: 100% }
h4 { font-size: 90% }
h5 { font-size: 90%; margin-left: 16px; }
h6 { font-size: 70% }
a, p, table, ol, ul, li { font-size: 90% }

.divcaption { margin-bottom: 0 }

.smaller {font-size: 80%; margin-top: 0 }

.smallprint { font-size: 60% }

.banner { padding: 0.2em; border: solid; border-width: thin; width: 95%;  background: #ff9; }

/* EMBELLISHMENT */
strong { font-weight: bold }

em { font-style: italic; font-weight: bold }

.mid { text-align: center }

.right { text-align: right }

/* LINKS */

a:hover { text-decoration: underline }

a:link	{ color: #00c }
		
a:visited { color: #c0c }	



