	/*  __ HTML Tags __ */
	a:link, a:visited, a:active { color:#0033cc; }
	body { background:#fff; }
	body.L2 { background:#fff url(../images/bg.gif); color:#000 }
	hr { color:#8d8d8d; border-style:solid; }
	input.textfield { border:1px solid #757575; width:250px; }
	
	/*  __ Font Classes __ */
	.ClientTable { color:#000; font-family:"Times New Roman",Georgia,serif; font-size:smaller; }	
	.Footer { color:#000; font-family:"Times New Roman",Georgia,serif; font-size:12px; }
	.Heading { color:#000; font-family:"Times New Roman",Georgia,serif; font-size:18px; font-weight:bold; }
	.Heading2 { color:#000; font-family:"Times New Roman",Georgia,serif; font-size:24px; font-weight:bold; }
	.NormalText { color:#000; font-family:"Times New Roman",Georgia,serif; color:#000; font-family:"Times New Roman",Georgia,sans-serif; font-size:13px; }
	.TOCNote { color:#000; font-family:"Times New Roman",Georgia,serif; font-size:small; font-style:italic; }
	.TOCHeadingVolume { font-size:18px; font-weight:bold; }

	/* __Block Level__ */
	div.Footer { text-align:center; }
	div#hidden { color:#fff; visibility:hidden; }

	* #date { 
		position: absolute; 
		z-index: 1;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		width: 100%; 
	}
	
	* .dateText { 
		font-size: 16px;
		font-weight: bold;
		color: #5780FF;
		/*
		color: #27447A;
		color: #4D6CAF;
		*/
		width: 850px;
		margin: 200px auto 0; 
	}
