/*  index.css  */

body, td, tr, ul, ol, li, p, .txt {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

body { margin : 0px; background-color: #EFEEEE; }

ul.noLine { margin-top: 0px; }

.detail, .rSideBar {
	color : #1A3A75;
	font-family : arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10px;
}

.rSideBar a:hover, a.rSideBar:hover { color: #CC0000; }

.rSideBarLinkOn {
	color: #CC0000;
	font-family : arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10px;
}

.homeLink {
	color: #CC0000;
	text-decoration: none;
}

.homeLink:hover {
	color: #CC0000;
	text-decoration: underline;
}

.lNav, a.lNav {
	font-size: 10px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-transform: capitalize;
	display: block;
}

.lNav:hover { text-decoration: underline; }

.lNavOn {
	color : #cc0000;
	text-decoration : none;
	font-size: 10px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}

.lNavSubOff {
	text-decoration: none;
	color: #4586C8;
	font-size: 10px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: normal;
}

.lNavSubOff:hover {
	text-decoration: none;
	color: #003366;
	font-size: 10px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*td a.lNavSubOff { display: block; margin: 0px; padding: 0px; }*/

.lNavSubOn {
	text-decoration: none;
	color: #003366;
	font-size: 10px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: normal;
}

.pageHead {
	color : #003366;
	font-weight : bold;
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	text-transform: capitalize;
}

.pageSubHead {
	font-weight : normal;
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #003366;
}

.footerLinks { 
	color: #cc0000;
	font-family: arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.footerLink {
	text-decoration: underline;
	color: #cc0000;
}

.footerLink:hover { text-decoration: none; }

.footer, .disclaim {
	font-family: arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
}

.footer:hover { text-decoration: none; }

.toTop { text-align : right; }

.pub, .quote { font-style: italic; }

/* start: these are created in sheet.js ... here for dreamweaver's benefit */
.dash {  } 
.rSide {  } 
/* end: ... */
.lNavOnCopy { color : #cc0000; text-decoration : underline; font-size: 10px; font-family : arial, Helvetica, sans-serif; font-weight: bold; text-transform: capitalize; }
