/* For browsers that default an unspecified font size to medium (i.e. Netscape)
 *
 * Created March 3, 2003 (See cstyleinfo.css for class definitions common to all browsers)
 *
 */

/* NEW CLASS NAMES */

/* Level 2 up pages of links (same as bodytext except for color) */

.linkpage {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; FONT-FAMILY: Arial; }
.linkpage A:link {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; TEXT-DECORATION: None; }
.linkpage A:visited {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; TEXT-DECORATION: None; }
.linkpage A:hover {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #C42020; TEXT-DECORATION: Underline; }

/* Level 2 up - section sub heading */

.ssubtitle {FONT-SIZE: small; COLOR: #000000; FONT-WEIGHT: bold; FONT-FAMILY: Arial; }

/* RETAINED CLASS NAMES */

/* Level 2 up - body text */

.bodytxtb {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; FONT-WEIGHT: bold; FONT-FAMILY: Arial; }
.bodytxt {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; FONT-FAMILY: Arial; }
.bodytxt A:link {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #C42020; TEXT-DECORATION: underline; }
.bodytxt A:visited {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #990000; TEXT-DECORATION: underline; }
.bodytxt A:hover {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; TEXT-DECORATION: underline; }

/* Level 2 up - list of links within a page */

.bodylink {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #CC3333; FONT-FAMILY: Arial; }
.bodylink A:link {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #CC3333; TEXT-DECORATION: none; }
.bodylink A:visited {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #CC3333; TEXT-DECORATION: none; }
.bodylink A:hover {FONT-SIZE: small; /* FONT-SIZE: 11px; */ COLOR: #000000; TEXT-DECORATION: none; }

/* Level 2 up - text under images - Added MJR 2/5/5 */

.captiontxt {FONT-SIZE: small; COLOR: #707070; FONT-FAMILY: Arial; }
.captiontxt A:link {FONT-SIZE: small; COLOR: #707070; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
.captiontxt A:visited {FONT-SIZE: small; COLOR: #707070; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
.captiontxt A:hover {FONT-SIZE: small; COLOR: #D92424; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }

/* Level 2 up - old code to compensate for variable image sizes

ul {list-style-position : inside; margin-left: 1px; margin-top: 20px;
	margin-bottom:0em; list-style-type : square; }
*/

/* Level 2 up - provides left-justified lists with square bullets */

ul {margin-left: -25px; list-style-type: square; }

/* Subheading for text_list_html */

.subtitle {FONT-SIZE: medium; COLOR: #000000; FONT-WEIGHT: bold; FONT-FAMILY: Arial; }



