/* CSS Document */


	
body {
	/* use keywords, since pixels are not sizable in ie win */
	/*background: #666666 url(Images/html_bg.gif) repeat-y center top;*/
	font-size: small;
}

* html body{	/*  * html - servers ie browsers only  */
	font-size: x-small; /* for IE5/win - browser displays keywords one step 
larger */
	f\ont-size: small;	/* for other IE versions */

}

