body {
	margin: 0px;
	height: 100%;
	background-image: url(images/bg_repeat.gif);
}
.body_side {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.body_main {
	font-size: 14px;
	line-height: 24px;
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	width: 720px;
}
.main_title {
	font-size: 18px;
	font-weight: bolder;
	color: #FF9900;
}
.sub_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.sub_content {
	font-size: 14px;
	line-height: 20px;
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

