@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444444;
	margin: 0px;
	background-color: #e8e5d2;
	background-image: url(/imgs/body_bj.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
	visibility:hidden;
	line-height: 0px;
	display: inline;
}

img {
	border: none;
}

ul,ol,li {list-style-type: none;}

* {margin:0;padding: 0px;}

.float-left {
	float: left;
}

.pad-top10 {
	padding-top: 10px;
}
.pad-top20 {
	padding-top: 20px;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.font-b {
	font-weight: bold;
}

.font-colour-red {
	color: #ff0000;
}

.font-colour-orange {
	color: #f15500;
}

.font-colour-coffee {
	color: #6d4e3a;
}

a {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #613010;
	text-decoration: underline;
}

