@charset "utf-8";
/* CSS Document */
body,td,span,a,div{
	font-size:12px;
	font-family: "Arial", "Helvetica", "sans-serif";
	color:#666666;
}
a{
	text-decoration: none;	
}

.bold{
	font-weight: bold;
}


.font10px,.font10px a{
	font-size:10px;
}

.link_blue {
	color: #3A75B2;
}
.link_blue:hover {
	color: #FF4E00;
}
.color3E7BB9{
	color:#3E7BB9;
}
.color666666{
	color:#666666;
}
.colorFF0000{
	color:#FF0000;
}
.colorFF6600{
	color:#FF6600;
}
.lineheight20 {
	line-height:20px;
}

.lineheight16 {
	line-height:16px;
}

p {
	text-indent: 24px;
}
.link_blue2 {
	color: #3A75B2;
	text-decoration:underline
}
.link_blue2:hover {
	color: #FF4E00;
}

.link_red {
	color: #900;
}
.link_red:hover {
	color: #F00;
}

