/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}

.STYLE1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}.button {
	background-color: #D71F0D;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	width: 100px;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.time {
	color: #FFFFFF;
}
.text {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.en {
	font-family: "Book Antiqua";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #D71F0D;
	text-decoration: none;
}
.pro {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
