/* CSS Document */

.title_style {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.new_style {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
body {
	font-size: 12px;
}
