@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	background-repeat: repeat-x;
}
.Bold_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #214382;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: none;
	font-weight: bold;
}a:link {
	color: #254886;
}
a:visited {
	color: #254886;
}
a:hover {
	color: #254886;
	text-decoration: none;
}
a:active {
	color: #254886;
}

