
/* make a dark blue bold, a medium blue bold, and a light blue bold?*/
/* Get ride of b.story? */

body {font-family:arial;
font-size:15pt;
font-weight:normal;
color:000000;
background-color:ffffff;
}

/* Colored Headline Bar Text */
b.headline {font-family:arial;
font-size:10pt;
font-weight:bold;
color:002C5F;
}

/* Story bold text */
b.story {font-family:arial;
font-size:10pt;
font-weight:bold;
color:000000;
}

/* larger text */
b.larger {font-family:arial;
font-size:12pt;
font-weight:normal;
color:000000;
}

/* small text*/
b.small {font-family:arial;
font-size:8pt;
font-weight:normal;
color:000000;
}

/* Normal Text */
b.normal {font-family:arial;
font-size:10pt;
font-weight:normal;
color:000000;
}

/* Blue Bold Text */
b.blue {font-family:arial;
font-size:10pt;
font-weight:bold;
color:002C5F;
}


/*Copyright text*/
b.copyright {font-family:arial;
font-size:7pt;
font-weight:normal;
color:000000;
}

a.caption {font-size:8pt;}

a {font-size:10pt;}

a:link, a:action {color:"blue";}

a:visited {color:"purple";}

a:hover {color:"red";}




