BODY {
	background-image: url(../../site/interface/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	background-color: #FCF2D8;
	color: #555555;
}
/* ------------------------------ */
DIV.menuItem {
	display: block;
	margin: 2px 10px 1px 20px;
	font: bold 7pt Verdana;
	text-align: left;
}

DIV.smenuItem {
	display: block;
	margin: 2px 10px 1px 30px;
	font: normal 8pt Verdana;
	text-align: left;
}
/* ------------------------------ */
DIV.module {
	width: 180px;
	background-image: url(../../site/interface/mod_bg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
	text-align: left;
}
/* ------------------------------ */
A.menuItem{
	text-decoration: none;
	color: #555555;
}

A.menuItem:hover {
	text-decoration: underline;
	color: #FE8705;
}
/* ------------------------------ */
A{
	text-decoration: none;
	color: #555555;
}

A:hover {
	text-decoration: underline;
	color: #FE8705;
}
