.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;
}
.tittle:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0E77BB;
	text-decoration: none;
}
.link {
	font-family: Arial;
	font-size: 12px;
	color: #FFE900;
	text-decoration: none;
}
.link:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.link2 {
	font-family: Arial;
	font-size: 12px;
	color: #093F7B;
	text-decoration: none;
}
.link2:hover {
	font-family: Arial;
	font-size: 12px;
	color: #1078CD;
	text-decoration: none;
}
.link3 {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
    font-weight: bold;
}
.link3:hover {
	font-family: Arial;
	font-size: 13px;
	color: #1075B9;
	text-decoration: none;
    font-weight: bold;
}

.td_line_top {
	border-top: 1px dashed #D6D4CE;
}
.td_line_top2 {
	border-top: 1px dashed #0D5A8E;
}
.td_line_right {
	border-right: 1px solid #D6D4CE;
}
.td_line_bottom {
	border-bottom: 1px solid #AFC3CA;
}
.td_line_topright {
	border-top: 1px solid #D6D4CE;
    border-right: 1px solid #D6D4CE;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text_tittle {
	font-family: Arial;
	font-size: 18px;
	color: #B8B8B8;
}
.text_tittle2 {
	font-family: Arial;
	font-size: 21px;
	color: #FFFFFF;
}
.newtext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}