A.menu {
	font-family : serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #503517;
	letter-spacing : -1px;
}

A.menu:hover {
	font-family : serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
	letter-spacing : -1px;
	background-color : #503517;
	width : 200px;
}
A.submenu {
	font-family : serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #503517;
	letter-spacing : -1px;
}

A.submenu:hover {
	font-family : serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
	letter-spacing : -1px;
	background-color : #503517;
	width : 165px;
}

A.logo {
	font-family : serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color : #503517;
}

A {
	font-family : serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color : #503517;
}

A:hover {
	font-family : serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
	background-color : #503517;
}

BODY, TD {
	font-family : serif;
	font-size : 13px;
	text-decoration : none;
	color : #503517;
	line-height : 130%;
}

.TITLE {
	font-family : serif;
	font-size : 17px;
	font-weight: bold;
	text-decoration : none;
	letter-spacing : -1px;
	color : #503517;
}

.SMALL {
	font-family : serif;
	font-size : 11px;
	text-decoration : none;
	color : #503517;
	line-height : normal;
}

