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

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  	background: -webkit-linear-gradient(white, #f2f2f2) repeat fixed center; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(white, #f2f2f2) repeat fixed center; /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(white, #f2f2f2) repeat fixed center; /* For Firefox 3.6 to 15 */
 	background: linear-gradient(white, #f2f2f2) repeat fixed center; /* Standard syntax */
 
}
.text {
	line-height: 16px;
	font-size: 14px;
}
.title {font-size: 15px;
}
.style8 {
	font-size: 30px;
}
.style9 {
	font-size: 12px;
	color:#333333;
	line-height:15px;
	text-align:justify;
}
.style10 {
	font-size: 20px;
	font-style: italic;
	color: #666666;
}
.style12 {
	font-size: 20px;
	color: #666666;
}