body {
	background-color: #714111;
	background-image: url(images/bg.jpg);
	margin-top: 0px;
}

.fontwhite {
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
	color: #FFFFFF;
}
.fontgrey {
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
	color: #333333;
}
.whitebold {
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
	color: #CC0000;
}
a:visited {
	color: #990000;
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
}
a:hover {
	font-family: "Ms Sans Serif", AngsanaUPC;
	font-size: 10px;
	color: #333333;
}
