body	/*	body plaintext		*/	{		
	
	background-color:#000000 ;
										background-repeat:no-repeat;
										background-attachment:fixed;
										font-family: Times New Roman ; 
										font-size: 12pt ;
										color:#808080	; 
										text-align:center ; 
										cursor:default;
										scrollbar-face-color: #808080;
										scrollbar-shadow-color: #006080;
										scrollbar-highlight-color: #C0C0C0;
										scrollbar-3dlight-color: #FFFFFF;
										scrollbar-darkshadow-color: #000000;
										scrollbar-track-color: #515151;
										scrollbar-arrow-color: #006080;

	overflow-x:hidden;										}



a		/*	link				*/		

{font-family: Times New Roman}
		a:link							{color:#808080}
		a:visited						{color:#808080}
		a:hover							{color:#006080}
		a:active						{color:#C0C0C0}

td		/*table data			*/	

{	font-family:  Times New Roman ; 
										font-size: 12pt ;
										color:#808080   ; 
										text-align:left ; 
										cursor:default}


