@charset "iso-8859-1";
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	word-spacing: normal;
	letter-spacing:normal;
	text-decoration: none;
	text-align: center;
	color: #000000;
	margin-top: 100px;
	background-color: #ffffff;
}

table {
	width: 762px;
	margin: 0px;
	background-color: #ffffff;
	border-style: none;
	padding: 0px;
}

/* top logo and middle picture */
table.top {
	width: 762px;
	margin: 0px;
	background-color: #ffffff;
	border-style: none;
	padding: 0px;
}

/* top logo */
.top tr.top_logo {
	height: 100px;
}
.top_logo td {
	width: 762px;
	padding: 0px;
}
.top_logo img {
	height: 100px;
	width: 762px;
	border: none;
}
/* middle pic */
.page tr.middle_pic {
	height: 100px;
}
.middle_pic td {
	width: 762px;
	padding: 0px;
}
.middle_pic img {
	height: 100px;
	width: 762px;
	border: none;
}

/* menu */
table.menu {
	height: 20px;
	background-image: url("./images/menu_bkgd.jpg");
	background-repeat: repeat-x;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #333333;
	border-width: 1px;
}
table.menu td {
	text-align: center;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #ffffff;
}
table.menu a:link, a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
table.menu a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/* bottom */
table.bottom {
	border-top-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 30px;
}

table.bottom td.b_address {
	font-size: 8px;
	color: #333333;
	text-align: left;
}

