/* default background color and text color */
body { background-color: #ffffcc; color: #000033; font-family: Arial, Helvetica, sans-serif; } /* #330066 */
table.heading { width: 100%; padding: 0; }
td.logo { width: 12%; text-align:center; }
td.heading { width: 88%; color: white; background: #000099; }
div.heading1 { color: white; background: #000099;  } /* font-size: xx-large; */
div.heading2 { color: white; background: #000099; 
               font-family: Arial, Helvetica, sans-serif; } /* font-size: small; */
div.heading3 { color: #9999ff; background: #000099;  } /* font-size: large; */

td.select1 { width: 12%; color: white; background: blue; text-align: center; 
             font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }
a.select1 { color: white; background: blue; }

td.selected1 { width: 12%; color: #000099; background: #3399ff; text-align: center;
               font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }
a.selected1 { color: white; background: #3399ff; }
td.noselect { width: 12%; color: black; background: #ffffcc; }

td.select2 { width: 12%; color: white; background: #3399ff; text-align: center; 
             font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }
a.select2 { color: white; background: #3399ff; }

td.selected2 { width: 12%; color: #000099; background: #00CCff; text-align: center;
               font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }
a.selected2 { color: white; background: #00ccff; }

td.select3 { width: 12%; color: white; background: #00ccff; text-align: center;  
             font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }
a.select3 { color: white; background: #00ccff; }

td.selected3 { width: 12%; color: #000099; background: #00ccff; text-align: center;
               font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 80% }


td.body { 
	font-family: Arial, Helvetica, sans-serif; 
}

div.bodysmall { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	margin-left: 15%; margin-right: 15%; 
}
div.body { 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 15%; margin-right: 15%; }


/*h2 { margin-left: -15%; }*/

p.smallcite { font-family: Times New Roman, serif; font-size: smaller; font-style: italic; }

h2 { font-family: Georgia, Times New Roman, serif; }
/*  h2.bname ( margin-left: -15%; } */
h3 { margin-left: -15%; font-family: Georgia, Times New Roman, serif; }
h5 { margin-left: -8%; font-family: Georgia, Times New Roman, serif; }


p.note { margin-left: -15%; }
div.note { margin-left: -15%; }

p.breakhere {page-break-before: always}

/* editor's notes */
div.edit { color: red; background: #ffffcc; }
/* colors of link, visited link, and active link */
/* this messes up the selection buttons in IE 
a:link { color: #0000ff; }
a:visited { color: #660066; }
a:active { color: #ff0000; }
*/
