*{
	margin: 0;padding: 0;
	line-height: 1.5em;
	font-size: 9pt;
	font-family: "Gill Sans","Tahoma";
}
html,body{
	text-align: center;
	background-color: #8C8C46;
	background-image: url('../art/container_bg.png');
	background-position: top center;
	background-repeat: repeat-y;
}
h1{
	margin: 0;
	padding: 0;
	display: block;
	color: #4e4c26;
	font-size: 140%;
}
h2{
	color: #381502;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
	padding-left: 1px;
	background-image: url('../art/heading_bg.png');
	background-repeat: repeat-x;
}
ol li,
ul li{
	margin-left: 25px;
}
input,textarea{
	border: 1px solid #333333;
	font-size: 10pt;
	border: 0;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
a{
	color: #111111;
	padding: 1px;
}

a:hover{
	text-decoration: none;
	background-color: #c4e5de;
}
table tr td{
	vertical-align: top;
	padding-right: 15px;
}
img{
	border: 0;
}
.padding{
	padding: 5px 20px;
}

.png{
	background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "http://www.mycofarm.com.sg/art/blank.gif"
    );
}
.white{
	color: #ffffff;
}
.small{
	font-size: 90%;
	color: #ffffff;
	padding-right: 0px;
}
.nopadding{
	padding-right: 0px;
}
.trans-hack{
	position: relative;
	width: auto;
	z-index: 1000;
}
.separator{
	width: 15px;
	border-left: 1px solid #eeeeee;
}
.cleanlink{
	background-color: transparent;
	margin: 0;padding: 0;
}
a.cleanlink:hover{
	background-color: transparent;
}