body,td,th {
	font-family: arial;
	font-size: 16px;
	color: #000000;
}
.bg {
	background-image: url(./images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-color: #FBF6E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
a.menu:link { color: #735344; text-decoration: none; font-size: 14px; font-weight: bold; }
a.menu:visited { color: #735344; text-decoration: none; font-size: 14px; font-weight: bold; }
a.menu:hover { color: #FFCC66; text-decoration: underline; font-size: 14px; font-weight: bold; }
a.menu:active { color: #735344; text-decoration: none; font-size: 14px; font-weight: bold; }

a.sub_menu:link { color: #735344; text-decoration: none; font-size: 12px; font-weight: bold; }
a.sub_menu:visited { color: #735344; text-decoration: none; font-size: 12px; font-weight: bold; }
a.sub_menu:hover { color: #FFCC66; text-decoration: underline; font-size: 12px; font-weight: bold; }
a.sub_menu:active { color: #735344; text-decoration: none; font-size: 12px; font-weight: bold; }

.h1 {
	font-family: arial;
	font-size: 24px;
	text-decoration: bold;
	color: #FFCC66;
}
