body {
	color: #666666;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
}
.unicode_wrap {
	text-align:center;
	margin: 0 auto;
	}
.unicode_roman {
	text-align: left;
	color:#999;
	width:90%;
	margin: 0 auto;
	}
.unicode_cap {
	width:140px;
	line-height: 18px;
	font-size:12px;
	background-color:#FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.unicode_cap_1 {
	width:100px;
	line-height: 18px;
	font-size:11px;
	text-align:center;
	background-color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
.textarea_unicode {
	width:97.988%;
	height: 120px;
	outline: none;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size:14px;
	font-family: "Courier New",Courier;
	background-image: url('images/bg.png');
	background-repeat:repeat;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	}
.unicode-marquee{
	background-image: url('images/bg.png');
	padding-left:5px;
	padding-right:5px;
	}