		/*
		Light Grey:	#BFBFBF		'photography by'
		Grey:		#E1E1E1		'jeffrey bass
		Dark Grey:	#808080		'menu bar
		*/
		
		body {
			background-image:	url("http://www.theimagegateway.com/images/tig_bg.gif");
			/* background-repeat:	no-repeat;
			background-attachment:	fixed; */
			background-color:	#FFFFFF;
			margin:				0;
			font-family:		verdana;
			font-size:			12px;
			font-weight:		bold;
			color:				#808080;
			}
		table	{
			border:				0px; 
			border-collapse:	collapse;
			padding:			0;
			width:				100%;
			}
		table.tblContent	{
			width:				98%;
			}
		td	{
			vertical-align:		top;
			}
		input, textarea, select	{
			color:				#808080; 
			border:				1px solid #808080; 
			background-color:	#e1e1e1;
			width:				100%;
			font-weight:		600;
			}
		input.btn	{
			color:				#e1e1e1; 
			border:				1px solid #000000; 
			background-color:	#808080;
			font-weight:		600;
			width:				100px;
			}
		img	{
			border:				0;
			}
		a:link, a:active, a:visited	{
			color:				#606060;
			text-decoration:	none;
			}
		a:hover	{
			color:				#606060;
			text-decoration:	underline;
			}
		td.mnuBar	{
			background-color:	#808080;
			border-top:			1px solid #000000;
			border-bottom:		1px solid #000000;
			border-collapse:	separate;
			}
		tr.mnuShadow	{
			background-image:	url("http://www.theimagegateway.com/images/nav_shadow.gif");
			}	
		h1, h2, h3, h4, h5, h6 {
			display:			inline;
			}	
		.Title	{	
			font-family:		verdana;
			font-size:			18px;
			font-weight:		bold;
			color:				#808080;
			}
		.Content	{	
			font-family:		verdana;
			font-size:			12px;
			font-weight:		bold;
			color:				#808080;
			}
		.NoteBold	{	
			font-family:		verdana;
			font-size:			10px;
			font-weight:		bold;
			color:				#808080;
			}
		.New	{	
			font-family:		verdana;
			font-size:			10px;
			font-weight:		bold;
			color:				#990000;
			}
		.Note	{	
			font-family:		verdana;
			font-size:			10px;
			font-weight:		normal;	
			color:				#808080;
			}
		.blogHeader 	{
			border-bottom:		1px dotted #808080;
			border-top:			1px solid #808080;
			font-family:		verdana;
			font-size:			12px;
			font-weight:		bold;
			color:				#808080;
			}
		.blogBody	{
			/*border-bottom:		1px dotted #cccccc;
			border-top:			1px solid #f3f3f3; */
			font-family:		verdana;
			font-size:			12px;
			font-weight:		bold;
			color:				#808080;
			}
		.formLabel	{
			border-right:		1px dotted #808080;
			font-family:		verdana;
			font-size:			12px;
			font-weight:		bold;
			color:				#808080;
			width:				25%;
			vertical-align:		top;
			}
		.curHand	{
			cursor:				hand;
			}

			