BODY {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-family: "MS UI Gothic", "Osaka", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	padding: 8px;
	margin: 0px;
}

DIV {
	padding: 0px;
	margin: 0px;
}

H2 {
	color: rgb( 64, 48,  0);
	background-color: rgb(255,208, 64);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 8px 8px 8px 8px;
	margin: 32px 8px 32px 8px;
}
H3 {
	color: rgb(128, 96,  0);
	background-color: rgb(255,224,128);
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 4px 16px 4px 16px;
	margin: 32px 8px 8px 8px;
}

P {
	color: rgb(192,144,  0);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	padding: 4px 8px 4px 8px;
	margin: 8px 8px 8px 8px;
}

TABLE {
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
TABLE TR TH {
	color: rgb(192,144,  0);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
TABLE TR TD {
	color: rgb(192,144,  0);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

UL {
	padding: 8px 8px 8px 8px;
	margin: 8px 32px 8px 32px;
}
UL LI {
	color: rgb(192,144,  0);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

A {
	color: rgb(192,144,  0);
}
A:hover {
	color: rgb(255,128,  0);
}
A IMG {
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}

ADDRESS {
	color: rgb(192,144,  0);
	font-family: "Times New Roman", "Osaka", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	padding: 4px 8px 4px 8px;
	margin: 32px 8px 8px 8px;
}

DIV#widthcontroller {
	background-color: rgb(255,240,192);
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

TABLE.layout {
	padding: 0px;
	margin: 0px;
}
TABLE.layout TR.layout {
	padding: 0px;
	margin: 0px;
}
TABLE.layout TR.layout TD.layout {
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

DIV.navigator P {
	color: rgb(255,128,  0);
	background-color: rgb(255,192,128);
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 100%;
	padding: 4px;
	margin: 0px;
	border-style: solid none;
	border-color: rgb(255,128,  0);
	border-width: 2px;
}
DIV.navigator P A {
	color: rgb(255,128,  0);
	font-weight: bold;
	text-decoration: none;
}
DIV.navigator P A:hover {
	color: rgb(128, 64,  0);
	text-decoration: underline;
}

P.buttons {
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 32px 8px 32px 8px;
}

SPAN.button {
	color: rgb(255,224,192);
	background-color: rgb(255,192,128);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 80px;
	padding: 2px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(255,208,160) rgb(255,176, 96) rgb(255,176, 96) rgb(255,208,160);
	border-width: 2px;
}
A.button SPAN.button {
	color: rgb(255,255,255);
	background-color: rgb(255,160, 64);
	width: auto;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
A.button {
	color: rgb(255,255,255);
	background-color: rgb(255,160, 64);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 80px;
	padding: 2px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(255,192,128) rgb(255,128,  0) rgb(255,128,  0) rgb(255,192,128);
	border-width: 2px;
	cursor: hand;
}
A.button:hover {
	color: rgb(255,255,255);
}
