* {
	margin: 0;
	padding: 0;
}

body {/* background: url(images/stripe.png) repeat; */
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	
}

h9 {
	font-size: 16px;
	margin-bottom: 0.4em;
}

p.ex {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 1.4em;
	color:#666666;
	padding-right:15px;
	text-align:justify;
}

.box {/*width: 600px; */
	width: 65em;
	margin: 10px auto;
	padding-left:30px;
}
.newsbox {/*width: 600px; */
	width: 65em;
	margin: 10px auto;
	padding-left:30px;
}
.box div {
	margin: 0.5em 0 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url("images/box-bg.jpg") top left no-repeat white;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url("images/box-bg.jpg") top right white;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/box-bg.jpg") bottom left;
}

.box div.bottomright {/*  */
	display: block;
	background: url("images/box-bg.jpg") bottom right ;
	height: 45px;
	margin-left: 3.0em;
	margin-top: -0.05em;
}
.box ul {
	color:#333333;
	font-family:helvetica, sans-serif;
	font-size:12px;
}
.box div.newsleft {
	display: block;
	height: 45px;
	margin-top: -5.0em;
	background: url("images/box-bg.jpg") bottom left no-repeat ;
	background-repeat:no-repeat;
}

.box div.newsright {/*  */
	display: block;
	background: url("images/box-bg.jpg") bottom right no-repeat ;
	height: 45px;
	margin-left: 3.0em;
	margin-top: -0.05em;
	background-repeat:no-repeat;
}