.body {
	font-family: Arial;
	font-size: 10px;
	color: Silver;
	text-decoration: none;
}
.body:hover {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.tittle {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
    font-weight: bolder;
}
.tittle:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
    font-weight: bolder;
}
.tittle2 {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bolder;
}
.tittle2:hover {
	font-family: Arial;
	font-size: 14px;
	color: #006599;
	text-decoration: none;
	font-weight: bolder;
}
.td_line_top {
	border-top: 1px solid #AAAAA8;
}
.td_line_right {
	border-right: 1px solid #AAAAA8;
}
.td_line_topright {
	border-top: 1px solid #AAAAA8;
    border-right: 1px solid #AAAAA8;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: Gray;
	letter-spacing: 1px;
	font-weight: bolder;
}
.text_tittle {
	font-family: Arial;
	font-size: 25px;
	color: #00659B;
	letter-spacing:-1px;
	font-weight: bolder;
}
.text_tittle2 {
	font-family: Arial;
	font-size: 21px;
	color: #333333;
	letter-spacing:-2px;
}