body {
	font-size: 10pt;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 1.5;
	color: #000000;
}

a img {border: none; }

a { text-decoration: none; }

#header {
	text-align:center;
}

#primary h1 {
	margin-top: 2em;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

#primary h2 {
	margin-top: 2em;
	font-size: 110%;
	text-align: left;
}


#footer {
	margin-top: 3em;
	text-align:center;
}

#navigation,
#secondary {
	display: none;
}

.whatnew dl{
	margin: 0;
	padding: 0;
}

em {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}

.tablelist {
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	background-color: #FFFFFF;

	}

.tablelist th{
	background-color: white;
	padding: 1em;
	width: 25%;
	color: black;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}

.tablelist td{
	background-color: white;
	padding: 1em;
	width: 75%;
	color: black;
	}

