body {
	background-color: #F5F5F5;
}
.border_rl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	padding: 8px;
}
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FCA852;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	color: #FCA852;
	line-height: 18px;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	color: #FCA852;
	line-height: 18px;
}
