body {
	font-family: "New Century Schoolbook", Times, serif ;
	font-size: 12px;
	color: #3d3d3d;
	margin-top: 2px;
	margin-left: 0px;
	text-align: center;
}
.news {
	font-size: 15px;
	color: #3d3d3d;
	margin-top: 2px;
	margin-left: 4px;
	text-align: left;
}
hr {
	border: 2px dashed #85C7F4;
}
.totalbox {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.text1 {
	border: 2px dotted #737373;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.text2 {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.text3 {
	background-color: #448CCB;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.menu1 {
	background-color: #FFF6EF;
	text-align: left;
	font-weight: bold;
	color: #333333;
}
.menu2 {
	border: 1px solid #737373;
	background-color: #FFF6EF;
	text-align: left;
	font-weight: bold;
	color: #333333;
}
.menu3 {
	border: 1px solid #737373;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

a:link,a:visited,a:active
{
	color			: #474FA4;
	text-decoration		: none;
}

a:hover
{
	color			: #FF6666;
	cursor			: pointer;
	text-decoration: underline;
}