body {
	background-color: #fff;
	color:		#006;
}
/*
body a:link {
	color:	blue;
	background-color: transparent;
}
body a:visited {
	color:	blue;
	background-color: transparent;
}
body a:hover {
	color:	#33f;
	background-color: transparent;
}
body a:active {
	color:	red;
	background-color: transparent;
}
*/
#author {
	text-align:	left;
	font-size: 12pt;
}
#postpet {
	text-align:	center;
	font-size: 12pt;
}
li.toc_dd a:hover {
	color:	#00f;
	background-color: #ffcccc;
}
div.attention {
	font-size:  8pt;
	margin: 1em 10%;
	border-color: #000;
	border-width: 2px 1px 1px 2px;
	border-style: ridge;
	line-height: 150%;
	text-align: center;
/*	height: 4em;
	padding: 1ex 1em;
	overflow: scroll;*/
}

#pageheader {
	padding:1ex 0;
	margin: 1ex auto;
	border-color: #fff;
	border-width: 1px 0;
	border-style: solid;
	text-align:justify;
}

/*
#image {
	filter: DropShadow(color=#666666, offX=5, offY=5);
}
*/
#imagememo {
	margin: 1ex 0;
	color: #006;
	background-color: transparent;
	text-align: center;
	line-height: 110%;
}
#toc {
	color: navy;
	background-color: #eef;
	text-align: left;
	padding:1ex 1em;
	margin: 1ex auto;
	border-color: #009;
	border-width: 1px 0;
	border-style: solid;
	width: 700px;
}

#whatsnew {
	color: teal;
	background-color: #cfc;
	font-size: 12pt;
	padding: 1ex;
	border-color: #090;
	border-width: 1px 0;
	border-style: solid;
	width: 400px;
}
#banners {
	text-align: center;
}

#pagefooter {
	text-align: center;
}
#pagewrap {
	text-align: center;
}

ul.menu { list-style-image: url(image/b_blue.gif); }
