body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a {
    color: #333333;
	text-decoration: none;
}
a:hover {
    color: #666666;
	text-decoration: underline;
}
.head_bg {
	background-image: url(images/head_bg.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 230px;
}
.head1 {
	background-image: url(images/head1.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 230px;
}
.head2 {
	background-image: url(images/head2.png);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right;
}
.t_blue {
	color: #0066CC;
}
.t_blue a {
	color: #0066CC;
}
.t_blue a:hover {
	color: #66CCFF;
}
.t_gray {
	color: #999999;
}
.t_gray a {
	color: #999999;
}
.t_gray a:hover {
	color: #666666;
}
.t_title_1 {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
}
.t_title_2bold {
	font-size: 14px;
	line-height: 25px;
	color: #003300;
	font-weight: bold;
	text-indent: 3px;
	background-image: url(images/title2_bg.png);
	background-repeat: repeat-x;
	height: 25px;
}
.table_line {
	border: 1px solid #DAE0E0;
}
