img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-color:#EFE6D4;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding:0;
	margin:0;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	
}
a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
	font-weight:bold;
}a.nav:link {
	color:#900;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
		
}
a.nav:visited {
	text-decoration: none;
	color:#666;
	font-weight:bold;
	font-size:12px;
	}
a.nav:hover {
	text-decoration: underline;
	color: #C00;
	font-weight:bold;
	font-size:12px;
	}
	h1 {color: #FFC; font-size:28px; font-weight:bold; text-transform:uppercase; padding:0; margin:0;}
	h2 {color: #900; font-size:20px;}
	h3 {color: #000; font-size:18px;}
		.floatleft { float:left; padding:3px 10px 0px 0px; clear:both; }
	.floatright { float: right; padding:3px 0px 0px  10px; clear:both; }
	
