a:link {
color: #09C;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #09C;
}
a:hover {
text-decoration: none;
color: #09C;
}
a:active {
text-decoration: none;
color: #09C;
}
.top_button{
	border-right:1px solid #7A96DF;
	cursor:pointer;
	width:160px;
	height:28px;
	text-align:center;
	background-color:#D3EAFE;
}
.main_title{
font-size:15px;
font-weight:bold;
}
.sub_title{
margin-right:10px;
font-size:13px;
}
.sub2_title{
margin-left:10px;
font-size:13px;
font-weight:bold;
}
.data_border{
	border-bottom:1px solid #cccccc;
}
.data_content{
	font-size:12px;
	margin:10px;
}
