	html {
		overflow:scroll;
	}

.pdMainFrame {
	background-image: url(images/margins/space.jpg);
	text-align: center;
}

.pdAddressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.pdTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	vertical-align: text-bottom;
	word-spacing: 5px;
}

.pdChinaTitle {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	vertical-align: text-bottom;
	word-spacing: 5px;
}

.pdChinaSubTitle {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
	vertical-align: text-bottom;
	word-spacing: 5px;
}

.pdSpaceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

.pdBullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 15px;
	list-style-image: url(images/bullets/pd.bullet.gif);
	list-style-type: none;
	word-spacing: 5px;
}

.pdBodyText, .pdBodyText td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.red {
	color:#900
}

	.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #A0BD85;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}
	
	.ddsubmenustyle li a{
	display: block;
	width: 150px; /*width of menu (not including side paddings)*/
	color: #1A4A00;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #A0BD85;
	}
	
	* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 100px; /*width of menu (include side paddings of LI A*/
	}
	
	.ddsubmenustyle li a:hover{
	background-color: #FFFFCB;
	color: #666;
	}
	
