td {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
body {
	margin: 0px;
	background-repeat: no-repeat;
}
.bg01 {
	background-color: #e4f7ff;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #2a7294;
	text-decoration: none;
}
a:visited {
	color: #2a7294;
	text-decoration: none;
}
a:hover {
	color: #11BBAF;
}
a:active {
	color: #59A2CF;
	text-decoration: none;
}
.heighlight_txt {
	color: #007576;
}
h1 {
	font-size: 15px;
	color: #03ADA1;
}
.index_txt {
	font-size: 13px;
	color: 2a7294;
}
.table_border_white {
	border: 1px solid #999999;
	line-height: normal;
}