body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #FF6600;
	font-weight: bolder;
}

.mainMenu {
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}

.submenu {
	line-height: 20px;
	font-weight: lighter;
	font-style: italic;
	color: #333333;
	position: relative;
	left: 25px;
	right: 20px;
}

.menubox {
	height: 157px;
	top: 183px;
	position: absolute;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	width: 175px;
	left: 32px;
	right: 10px;
}
