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

P {font-size: 11pt;} 
P {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }
TD {font-size: 11pt;}
TD {font-family: "book antiqua","Courier New", "monotype", "Fixedsys", "monospace"; }

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

/* styles for articles */
/* used in radio-6430 */
.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}
.head { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys"; FONT-SIZE: 18px; COLOR: #006666; FONT-WEIGHT: bold}
.subhead { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys"; FONT-SIZE: 15px; COLOR: #000000}
.text { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys"; FONT-SIZE: 15px; COLOR: #000000}
.sig { FONT-FAMILY: "book antiqua","Courier New", "monotype", "Fixedsys"; FONT-SIZE: 10px; COLOR: #000000}

/* 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;
}


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;
}


li.good{
 list-style-image: url('../gif/star.gif')
}