@charset "UTF-8";
/* CSS Document */

.newsHeader {
	padding: 5px;
	background-image:url(../img_s/pageBg2.png);
	background-repeat: repeat;
	font-weight: bold;
}
.newsBody {
	padding: 5px;
	margin-bottom: 20px;
	border-bottom: dotted #333 1px;
}
.newsBody a, .newsBody a:link, .newsBody a:visited {
	color: #666;
	text-decoration: none;
}
.newsBody a:hover {
	color: #333;
	text-decoration:none;
	border-bottom: dotted #990000 1px;
}
.pressLink {
	padding: 10px;
	background-image: url(../img_s/pageBg.png);
	background-repeat: repeat;
	margin: 3px;
}
.pressLink a, .pressLink a:link, .pressLink a:visited {
	color: #666;
	text-decoration: none;
}
.pressLink a:hover {
	color: #333;
	text-decoration:none;
	border-bottom: dotted #990000 1px;
}
.pressLink2 {
	padding: 10px;
	background-image: url(../img_s/pageBg2.png);
	background-repeat: repeat;
	margin: 3px;
}
.pressLink2 a, .pressLink2 a:link, .pressLink2 a:visited {
	color: #333;
	text-decoration: none;
}
.pressLink2 a:hover {
	color: #000;
	text-decoration:none;
	border-bottom: dotted #990000 1px;
}
#pressPage {
	text-align: left;
	font-size: 11px;
	color: #666;
	padding: 30px;
}
.pressPhotoBox {
	padding: 5px;
	border: solid #999 1px;
	margin: 3px;
	width: 490px;
	height: 83px;
	background-color: #CCC;
}
.pressPhoto {
	padding: 3px;
	border: solid #333 1px;
	background-color: #999;
	float: left;
	margin-right: 10px;
}
.pressPhotoInfo {
	padding: 5px;
}