.body {
	MARGIN: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006699;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	text-align: center;
	color: #000000;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../menu/menu_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
}

.hilight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../menu/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	text-decoration: underline;
}

.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../menu/menu_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	text-decoration: underline;
}

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

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

a:hover {
	text-decoration: underline;
	color: #000000;
}

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

