body {
	background-color: #FFFFFF;
	margin: 0px;
	}

#linkList {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
	z-index: 4;
	height: 157px;
	width: 944px;
	}
#linkList td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	}
#linkList a:link {
	color: #AAAAAA;
	text-decoration: none;
	}
#linkList a:visited {
	color: #AAAAAA;
	text-decoration: none;
	}
#linkList a:hover {
	color: #000000;
	text-decoration: none;
	}

#WhiteBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 320px;
	width: 944px;
	height: auto;
	padding-top: 15px;
	background-image:  url(images_index/ground-content.gif);
	background-repeat: repeat-x;
	z-index: 1;
	}

#WhiteBG a:link {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
	text-decoration: none;
	}
#WhiteBG a:visited {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
	text-decoration: none;
	}
#WhiteBG a:hover {
	color: #003399;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6699FF;
	text-decoration: none;
	}

#preface {
	font-size: 12px;
	line-height: 20px;
	color: #9999CC;
	padding-left: 275px;
	padding-right: 20px;
	}
#preface td {
	font-size: 12px;
	line-height: 20px;
	}
	
#content {
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	padding-left: 275px;
	padding-right: 20px;
	padding-bottom: 15px;
	}
#content h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-top: 40px;
	padding: 0 0 0 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCC33;
	}
#content em {
	color: #660000;
	font-style: italic;
	}
#content img {
	vertical-align: sub;
	background-color: #ffffff;
	color: #000000;
	}
