/* Colors for Links */
		a { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; text-decoration: underline; color: #000; font-weight: bold;}

/*		a:hover { font: italic; color: #000090; background-color: #dbdbff; text-decoration: underline; font-size: 1.1em; } */
/*		a:hover { color: #dbdbff; background-color:#000090 ; text-decoration: none;}  */

		a:hover { color: #ffffff; background-color:#000090 ; text-decoration: none;}

/* Styles for Norgie */
		a.norgie { float: left;	height: 14px; width: 15px; margin-right: 5px; overflow: hidden;}
		.visible .item_headline a.norgie { background: url('path.gif') no-repeat; }
		.invisible .item_headline a.norgie { background: url('arrow_closed.gif') no-repeat; }

		.shell {margin: 5px; }

		.item_contents {margin-left: 5px; }
		.visible .item_contents {display: block; }
		.invisible .item_contents {display: none; }

		.pink {border: none; margin: 0px; width:100%; min-height: 25px; background:pink;}

/*		.gold {margin: 20px; border: 2px; border-color: darkred; border-style: dotted solid;  margin: 20px; background-color:#ffdd00;}  */
/*		.gold {margin: 0px; border-style: solid; border-left-width: 5px; border-left-color: darkred; border-right-width: 5px; border-right-color: darkred; background-color:#ffdd00; opacity: 0.5;} */
		.gold {margin: 0px; border: 0px;  min-height: 25px; background-color:#ffdd00; } 
		a.gold {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #990000; text-decoration: underline;  font-weight: bold;} /* Colors for Links */
		.gold a:hover { color: #ffff00; background-color: #990000; text-decoration: none;}

		.lightblue {margin:0px; border:0px; min-height: 25px; width:auto; background:#CCCCFF;}
		.visible  .lightblue { display: block; }
		.invisible .lightblue { display: none; }

/*		.darkblue {border:none; margin:0px; width:100%; background:#404090;}  */
		.darkblue {border:none; margin:0px; width:auto; min-height: 25px; background:#404090;} 
		.visible  .darkblue { display: block; }
		.invisible .darkblue { display: none; }

/*		.item_window {border:none; margin:0px; width:100%; background:#ffffff;} */
		.item_window {border:none; margin:0px; width:auto; background:#ffffff;}
		.visible .item_window {display: block; }
		.invisible .item_window {display: none; }

/*		.black {border:none; margin:0px; width: 100%; background:#000000;} */
		.black {border:none; margin:0px; width: auto;  min-height: 25px; background:#000000;}

		.white_item { margin: 0px; overflow: hidden; width:100%;}
		.white_border { border: none; background-color: #ffffff;}	

/*		.border_item_contents { margin: 20px; border: 2px; border-color: darkred; border-style: dotted solid; background-color: lightyellow;}  */
		.border_item_contents { margin: 5px; border: 2px; border-color: darkblue; border-style: solid dotted; background-color: lightgray;}
		.visible .border_item_contents { display: block; }
		.invisible .border_item_contents {  display: none; }

/* Light Blue */
		b.ltop, b.lbottom{display:block;}
		b.ltop b, b.lbottom b{display: block; height: 1px;
		overflow: hidden; background: #CCCCFF;}
		b.l1{margin: 0 5px}
		b.l2{margin: 0 3px}
		b.l3{margin: 0 2px}
		b.ltop b.l4, b.lbottom b.l4{margin: 0 1px;height: 2px}

/* Dark Blue */
		b.rtop, b.rbottom{display:block;}
		b.rtop b, b.rbottom b{display: block; height: 1px;
		overflow: hidden; background: #404090;}
		b.r1{margin: 0 5px}
		b.r2{margin: 0 3px}
		b.r3{margin: 0 2px}
		b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Gold */
		b.gtop, b.gbottom {display:block;}
		b.gtop b, b.gbottom b {display:block;height: 1px;
    			overflow: hidden; background-color: #990000; } /* background-color:#ffdd00; */
		b.g1 {margin: 0 5px}
		b.g2 {margin: 0 3px}
		b.g3 {margin: 0 2px}
		b.gtop b.g4, b.gbottom b.g4 {margin: 0 1px; height: 2px}

/* White */
		b.wtop, b.wbottom {display:block;}
		b.wtop b, b.wbottom b {display:block;height: 1px;
    			overflow: hidden; background: #ffffff}
		b.w1 {margin: 0 5px}
		b.w2 {margin: 0 3px}
		b.w3 {margin: 0 2px}
		b.wtop b.w4, b.wbottom b.w4 {margin: 0 1px; height: 2px}

/* Black */
		b.btop, b.bbottom {display:block;}
		b.btop b, b.bbottom b {display:block;height: 1px;
    			overflow: hidden; background: #000000;}
		b.b1 {margin: 0 5px}
		b.b2 {margin: 0 3px}
		b.b3 {margin: 0 2px}
		b.btop b.b4, b.bbottom b.b4 {margin: 0 1px; height: 2px}

