/* Static Stylesheet for IE */
/* Be very wary of putting comments in style sheets */
/* Always be sure to close the comment, or the rest */
/* of your page is nothing but comment! */


.bill:link	{ color: 0000cc;
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold;
		font-size: 12 pt;
		text-decoration: none;
		line-height: 150%; }


.bill:visited	{ color: 0000cc;
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold;
		font-size: 12 pt;
		line-height: 150%;
		line-spacing: 180%;
		text-decoration: none; }


.bill:hover	{ color:cc0000; 
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold;
		font-size: 12 pt;
		line-height: 150%;
		line-spacing: 180%;
		text-decoration: none;
		background-color: ffffff; }


.header		{ color: ffffff;
		font-family: arial, helvetica, sans-serif; 
		font-weight: bold;
		font-size: 10 pt;
		text-decoration: none;
		line-spacing: 150%;
		line-height: 150%; }
