body {
	background-image:url(/public/image/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

td{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color : #8c6c4b;
	text-decoration : underline;
}

a:visited {
	color : #8c6c4b;
	text-decoration : underline;
}

a:hover {
	color : #AA0000;
	text-decoration : underline;
}

a:active {
	color : #8c6c4b;
	text-decoration : underline;
}

h1 {
	margin:0px;
	font-size:14px;
	color:#534640;
	font-weight:bold;
}