.button {
	font-family: Arial;
	font-size: 10px;
	color: #6B86A5;
	text-decoration: none;
}
.button:hover {
	font-family: Arial;
	font-size: 10px;
	color: #2A4666;
	text-decoration: none;
}
.button2 {
	font-family: Verdana;
	font-size: 9px;
	color: #89B2D5;
	text-decoration: none;
}
.button2:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #2A4666;
	text-decoration: none;
}
.td_box {
	border-right: 1px dashed Gray;
}
.td_box_top {
	border-top: 1px solid Gray;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: Gray;
	letter-spacing: 1px;
	font-weight: bolder;
}