
body {
	font-size: 95%;
	}

#container {
	width: 720px;
	}

.pointA {
	color: #CC3300;
	}

.pointB {
	color: #CC3300;
	font-weight: bold;
	}

p {
	text-align: left;
	margin: 5px 5px 15px 5px;
	padding: 0px;
	line-height: 130%;
	}

img {
	border-style: none;
	}

.centerize {
	text-align: center;
	}

table.infotbl {
	border: 1px solid #ffebcd;
	border-spacing: 1px;
	border-collapse: sepalate;
	margin: 25px auto;
	}

table.infotbl td,
table.infotbl th {
	border: 1px solid #ffdead;
	padding: 10px;
	background-color: #fdf5e6;
	text-align: left;
	font-weight: normal;
	}

table.noborder {
	width: 316px;
	border-collapse: collapse;
	border-spacing: 0px;
	}

table.noborder td {
	border-style: none;
	text-align: center;
	width: 158px;
	padding: 5px auto;
	}

table.noborder td#tubbg {
	background-image: url(images/tub_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 52px;
	padding: 5px auto 0px auto;
	}

.clr {
	clear: both;
	}



