body, td {
	background-color: white;
	font-family: "Palatino Linotype", "Georgia", "Times New Roman", "Times", serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
  
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	 padding-left: 18px;
     padding-right: 10px;
     margin-bottom: 5px;
     padding-bottom: 0px;
     margin-top: 0px;
     padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {font-family: "Georgia", "Times", serif; color: rgb(51,73,133)}
h1 { font-size: 180%; margin-top: 20px;margin-bottom: 10px;}
h2 { font-size: 140%; margin-top: 10px;}
h3 { font-size: 120%; margin-top: 5px;}
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; font-style: italic }

p, ul,table {
	margin-bottom: 12px;
}

p, li {line-height: 160%}


ol, ul { 
     font-weight: bold; 
     padding-left: 15px;
     margin-left: 15px;
}
* html ol, 
* html ul {
  margin-left: 15px;
  padding-left: 15px;	
}

li {
     font-weight:normal;
}
 
pre { 
	font-size: 10px;
}

p.quote { 
          font-style: italic;
          padding: 20px;
          padding-left: 40px;
             padding-right: 20px;
 }

sup {font-size: 80%;}

form { margin:0px; padding:0px; }


.fineprint, .footnote { 
          font-size:85%; 
             color: rgb(102,102,102);
 }

hr {height: 0px; border: 1px dashed rgb(102,102,102);margin: 3px;}
form { margin:10px;padding:0px }
fieldset { clear:both;
           display:block;
           float:none;
           -moz-border-radius:8px; }
fieldset.important {
	background-image: url(../images/fieldset-important-bg.jpg);
background-position: top left;
background-repeat: no-repeat;
	}
fieldset div { float:left; margin-right: 4px; }
label { 
        font-weight: bold;
        font-size: 7pt;
        clear:right;
        display:block;
      
 }

legend { font-size:10pt;font-weight:bold; }
a img { border: none; }
sup { font-size: 50%; }
.breaker { 
           float: none; 
           display: block;
           clear:both;
           width:100%;
           overflow: auto;
           }
.hidden { 
          visibility: hidden;
          display: none;
 }
.debugCSS { border:1px solid red; }
.nobr { white-space: nowrap; } /* I know, presentation... blah */
/* LEAVE ME LAST JUST IN CASE */

