<style type="text/css">
	body {
		background : #ffffff;
		font-family : Verdana,Lucida,sans-serif;
	}

	body,tr,td {
		font-size : 85%;
	}
	p {
		font-size : 1em;
	}
	code {
		font-size : 1.3em;
	}

	a {
		color : #003399;
		text-decoration : none;
	}

	a:hover {
		text-decoration : underline;
	}

	tr.titleBarTop {
		background : #003399;
	}

	tr.tableBody1 {
		background : #eeeeee;
	}

	tr.tableBody2 {
		background : #ffffff;
	}

	td.tableOutline1 {
		background : #999999;
	}

	td.tableOutline2 {
		background : #9999ff;
	}

	td.tableHead1 {
		background : #dcdcdc;
		vertical-align:top;
	}

	tr.tableHead2 {
		background : #ccccff;
	}

	td.footerOutline {
		background : #a0b8c8;
	}

	tr.footerBody {
		background : #ffffff;
	}

	.title {
		font-size : 200%;
		color : #ffffff;
		font-weight : bold;
	}

	.heading {
		font-size : 120%;
		font-weight : bold;
	}
	.samplecode {
		overflow:auto;
		white-space:nowrap;
		padding:3px 3px 10px 8px;
		border:1px solid #303130;
		background-color:#FEFEFE;
	}
</style>