	.bgmain		{background-color: #FBF5D3; 
				color: #333333; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 12px; 
				margin: 0px; 
				text-align: center;
				font-weight: normal;
				scrollbar-base-color: #FBF5D3; 
				scrollbar-3dlight-color:#FBF5D3; 
				scrollbar-arrow-color: #F3C0C0;
				scrollbar-darkshadow-color: #e8e8e8; 
				scrollbar-face-color: #f0f0f0; 
				scrollbar-highlight-color: #e8e8e8; 
				scrollbar-shadow-color: #f0f0f0; 
				scrollbar-track-color: #FBF5D3; 
			}

	a		{ text-decoration: none; }
	
	:link		{ color: #333333 }  /* for unvisited links */
	:visited	{ color: #333333 } /* for visited links */
	:hover		{ color: rgb(227, 70, 70) } /* when mouse is over link */
	:active		{ color: rgb(227, 70, 70) } /* when link is clicked */

	frame, frameset, body, html	{border: none;
				margin: 0; 
				padding : 0;
			}
      #copy     	{ font-size: 9px;
      				  text-align: center; 
      				  font-family: Verdana, Arial, Helvetica, sans-serif;
      				  font-weight: normal;}
      #fett			{ font-weight:bold;}
      #txtright		{ text-align: right; }
      #txtleft		{ text-align: left; }
      #txtcenter	{ text-align: center; }
      #txttitle		{ font-weight:bold;
      				  font-family: Verdana, Arial, Helvetica, sans-serif;
      				  font-size: 14px;}
