body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	background-color: #F3FAFF;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

h1 {
	line-height: 0px;
	}

.center {
	text-align: center;
	}

.cell {
	background-color: #F3FAFF;
	}

#content {
	padding: 10px;
	}

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	}

#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}

#menu li a:hover, #menu li #current {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
