body {
	font-size: 76%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

table, div, p, textarea, input, select {
	font-family: Verdana, Tahoma, Arial;
	font-size: 1em;
}


.bg_top {
	background: url("/img/bg_top.gif") left top no-repeat;
}

.bg_bottom {
	background: url("/img/bg_bottom.gif") right top no-repeat;
}

div.path {
	font-size: 84%;
	background: url("/img/bg_v1path.gif") left top repeat-y;
	padding: 0px 0px 0px 2ex;
	color: #666666;
}

div.menutop {
/*	margin-left: 3ex;
	text-align: center;
	float: right;*/
	font-size: 0.83em;
}

div.menutop td a {
	display: block;
	float: left;
	padding: 3px 20px 3px 20px;
	margin: 0px;
	font-weight: bold;
	color: #666666 !important;
	background: url("/img/bg_v1topmenu.gif") left top repeat-y;
/*	background-position: 0px 2px;*/
	text-decoration: none;
}

div.menutop td a.cur, div.menutop td a:hover {
	color: #666666;
	text-decoration: underline;
}


.bottomtxt {
	color: #737373;
	font-size: 0.8em;
}

.bottomtxt td a.gray {
	color: #737373;
	text-decoration: none;
}


