html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
}

TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #464647;
}

P {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #464647;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #b4704b;
	text-decoration: none;
}

.st {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #b4704b;
	text-decoration: none;
}

a.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	COLOR: #464647;
	text-decoration: none;
}

.textbox {
	border: 1 solid #887F6F;
	background-color: #ffffff;
	font-size: 14px;
	COLOR: #464647;
}

a.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	COLOR: #b4704b;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	COLOR: #736c66;
}

ul {
margin-left: .6em;
padding-left: .6em;
}


h1,h2{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 1000;
}

.nav li {
	float: left;
	height: 29px;
	position: relative;
	zoom: 1;
	vertical-align: bottom;
}

.nav li a {
	display: block;
	height: 29px;
	overflow: hidden;
}

.nav li a img {
	display: block;
}

*html .nav li a:hover {
	font-size: 100%;
}

.nav li a:hover img, .nav li a.hover img {
	margin-top: -29px;
}

.nav li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 29px;
	display: none;
	//width: expression(this.firstChild.offsetWidth);
}

.nav li.last ul {
	left: auto;
	right: 0;
}

.nav li ul li {
	float: none;
	height: 29px;
}

.nav li ul li a {
	height: 29px;
	font-size: 0;
	line-height: 0;
}

.nav li ul li a:hover img {
	margin-top: -29px;
}
