/* html/css/fonts.css */
BODY {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }
BODY {font-size: 10pt;}
BODY {color: black; } 

h1 { 	font-size: 22pt; }
h2 { 	font-size: 18pt; }
h3 { 	font-size: 15pt; }
h4 { 	font-size: 12pt; }
h5 { 	font-size: 10pt; } 
h6 { 	font-size: 8pt; }

/* style for index */
LI {font-size: 12pt;}
LI {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }

/* styles for articles */
.title { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; FONT-SIZE: 25px; COLOR: #330099; font-weight : bold}
.subtitle { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; FONT-SIZE: 22px; COLOR: #3300CC; font-weight : bold}
.sectiontitle { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; FONT-SIZE: 22px; COLOR: #3300CC; font-weight : bold}
.sectionsubtitle { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; FONT-SIZE: 20px; COLOR: #330099; font-weight : bold}
.head { FONT-FAMILY: Arial,Verdana; FONT-SIZE: 18px; COLOR: #006666; FONT-WEIGHT: bold}
.subhead { FONT-FAMILY: Arial,Verdana; FONT-SIZE: 14px; COLOR: #006666; FONT-WEIGHT: bold}
P {font-family: Arial,Verdana; font-size: 11pt;} 
.boxtextwhite { FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 10px; COLOR: #FFFFFF}
.sig {font-family: Arial,Verdana; font-size: 11pt;} 
.return { FONT-FAMILY: Arial,Verdana; FONT-SIZE: 10px; COLOR: #000000}
td {font-family: Arial,Verdana; font-size: 11pt;} 

/* used to "return to index" and articles */
a.normal:link{
  color:blue;
  text-decoration:underline;
}
a.normal:visited{
  color:blue;
  text-decoration:underline;
}
a.normal:hover{
  text-decoration:underline;
}
a.normal:active{
  text-decoration:underline;
}

/* toggle display formatting*/
.toggle{
  color:black;
  cursor: pointer; /* optional */
  cursor: hand; /* optional */
  text-decoration:underline;
  font-family: Arial,Verdana;
  font-size: 11pt;
}

/* remove "noline" when done */
a.noline:link{
  color:black;
  text-decoration:none;
}
a.noline:visited{
  color:black;
  text-decoration:none;
}
a.noline:hover{
  color:#0000FF;
  text-decoration:underline;
}
a.noline:active{
  color:#FF0000;
  text-decoration:underline;
}