*{margin:0;padding:0;font-size:100%;line-height:1.5;}
div#press{font-size: 12px;color: #333333;width: 525px;margin:0px auto 0px;	line-height:1.5;}
div#press h2{margin:0 auto 30px;font-weight: bold;width:525px;text-align: center;}
p.date{margin: 26px 0 0 0; text-align: right;}
div#press h3{font-weight:bold;margin:10px 0 5px 0}
div#press h4{font-weight:bold;margin:10px 0 3px 0}
div#press h4 span{font-weight:normal;margin:10px 0 5px 0}
div#press p{margin-top: 15px;	margin-right: 0;	margin-bottom: 15px;	margin-left: 0;}
div#press ul{	margin-top: 0;	margin-right: 0;	margin-bottom: 30px;	margin-left: 0px;line-height:1.5;}
div#press ul li{	list-style:none;}
div#press ul li dl dt{	font-weight:bold;margin-bottom:5px;line-height:1.5;}
div#press ul li dl dd{	margin-bottom:12px;}
div#press ul li dl dd ul{	margin:0 0 20px 0;}
div#press ul li dl dd ul li{	margin:0 0 12px 0;list-style:none;line-height:1.5;}
div.mainPic{margin:26px auto 15px;text-align:center;}
div.mainPic p{font-size:88%;padding:5px 0px 5px 0px;margin:0px;text-align: right;}
div#press table.pr{border-top:1px solid #333;border-right:1px solid #333;width:525px;margin-bottom:15px;}
div#press table.pr td{border-left:1px solid #333;border-bottom:1px solid #333;text-align:center;	vertical-align: middle;line-height:1.6;padding:5px 2px;font-size:10px;}
div#press table.lis{margin:0 auto 15px auto;}
div#press table.lis td{text-align:center;	vertical-align:top;line-height:1.6;padding:5px 10px;font-size:10px;}
p.come{font-size:10px;padding-bottom:30px;letter-spacing:1px;}


/* PressRelease
=========================*/
div#pressrelease {
	margin:0px auto 0px;
	width: 525px;
	color: #333333;
	line-height: 1.5em;
}

	div#pressrelease h3 {
		font-weight: bold;
	}
	/* dl,dt,dd */
	div#pressrelease dl {
	}

		div#pressrelease dl dt {
			font-weight: bold;
		}

		div#pressrelease dl dd {
			margin-left: 1em;
		}

	/* img */
	div#pressrelease .imgLeft {
		float: left;
	}
	
	div#pressrelease .imgRight {
		float: right;
	}
	
	/* ul,li */
	div#pressrelease ul {
	}
	
		div#pressrelease ul li {
		}
	
	div#pressrelease ul.disc {
		padding-left: 1.5em;
	}
	
		div#pressrelease ul.disc li {
			list-style: url(/whatsnew/pressrelease/img/disc.gif) none;
			padding-bottom: .3em;
			line-height: 1.5em;
		}
				
	/* table */			
	div#pressrelease table {
	}

		div#pressrelease table tr {
		}

			div#pressrelease table tr td {
				padding: .3em;
			}

	div#pressrelease table.pr {
		margin: .5em 0 1em 0;
		width: 525px;
		border-top: solid #333 1px;
		border-left: solid #333 1px;
	}

		div#pressrelease table.pr tr {
		}

			div#pressrelease table.pr tr th {
				padding: .3em;
				font-weight: bold;
			}
		
			div#pressrelease table.pr tr th,
			div#pressrelease table.pr tr td {
				border-right: solid #333 1px;
				border-bottom: solid #333 1px;
			}
				
