img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #FFF;
	padding:0;
	margin:0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #F60;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight:bold;
}

	.floatleft{ float: left; padding:0 10px 0px 0px ; clear:both; }
	h1 {color: #900; font-size:26px; font-weight:bold;}
	h2 {color: #FFF; font-size:20px;}
	h3 {color: #06F; font-size:18px; font-weight:bold; text-transform:uppercase;}
	ul{ padding: 0 0 0 40px;}
