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

	.floatleft { float: left; padding:3px 10px 0px 0px; clear:both; }
	h1 {color: #000; font-size:30px; font-weight:bold;}

	h2 {color: #900; font-size:20px;}
	h3 {color: #030; font-size:18px; font-weight:bold;padding: 0 0 0 10px; }
	ul{ padding: 0 0 0 60px;}

