	.plain, BODY, TD, TH, DIV, P, LI, UL, OL {
		font-size: 		10pt; 
		font-weight:	normal; 
		font-family: 	Arial, Geneva, Helvetica; 
		color: 			#000000;
	}
	
	IMG.spacer { border:0px; }

	.plain:link, BODY A:link, TD:link, TH:link {
		color: 			#0000FF; /*blue*/
	}
	
	.plain:hover, BODY A:hover, TD A:hover, TH A:hover {
		color: 			#0000FF; /*blue*/
	}
	
	TH { 
		font-weight: 	bold; 
		padding:		10px;
	}

	.header {
		font-size: 		14pt; 
		font-weight:	bold; 
	}
	
	.subHeader {
		font-size: 		11pt; 
		font-weight:	bold; 
		/*color: 			#333399;*/ /*darker blue*/ /* removed per request from the design team */
	}
	
	.subHeader2 {
		font-size: 		10pt; 
		font-weight:	bold; 
		color: 			#000000;
	}
	
	.textHighlight {
		font-weight:	bold; 
	}
	
	A.asterisk ,  A.asterisk:visited, A.asterisk:link, .asterisk { 
		color:			#660000; /* dark red */
		font-size:		12pt; 
		font-weight:	bold; 
		text-decoration:none;
	}

	.indent { position: relative; left: 20px; width: 90%; } /* This style can be nested under itself ONCE comfortably */
	.noVSpace { width: 90%; }

/* When using the showBorders style, use browser detection and make NS4 do 
	<table border="1" cellspacing="0" class="showBorders"> 
	You can also use the script openTableWithBorders() in help.js */

	TABLE.showBorders { background-color: #CC9900; }
	TABLE.showBorders TD { background-color: #FFFFCC; }
	TABLE.showBorders TH { background-color: #FFFFFF; }
	TABLE.showBorders .header { border:0px; padding: 20px; }
	TABLE.showBorders TH.fees { background-color: #ffffff; } /* formerly yellow table header on fees page */
 
 /* used in help/sell/HTML_tips.html */
	/*.tag {  }*/
	/*.code { color: #006400; background-color: #ffffe0; }*/
	TD.tag { background-color: #FFFFCC; font-family : "Courier New", Courier, monospace; }
	TH.tag { background-color: #ffffff; }
	TD.tagInfo { background-color: #FFFFCC; font-family : "Courier New", Courier, monospace; }/*#ccff99*/
	TH.tagInfo { background-color: #ffffff; }/*#ccff99*/
	
	.bin { text-transform: capitalize; } /* Buy It Now */
	.times { font-family: "Times New Roman", Times, serif; font-size: 12pt; }
	.breadcrumb { font-size: 8pt; }  /* at the top of the new help pages on (e250)*/
	
/* This is the box that shows the rollover text on the lower frame of the main help subTopic index page 
	(eg: help/sell/index.html - releasing on e250) */
	#roBox { border: 1px solid #99cc66; } 
	#roBox td { font-size: 11px; color: #666666; }


