.top_bg {
	background-image: url(images/top_bg.gif);
	background-color: #B6DBFF;
	background-repeat: repeat-x;
	background-position: left top;
}
.text {
	font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	width: 500px;
	text-align: justify;

}
.title{
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #4E679A;
	text-align: justify;

}
.menu {
	font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	background-image: url(images/menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #7F9FEF;
	padding-left: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}
.copy {
	font-family: Arial;
	font-size: 10px;
	font-weight: 500;
	color: #333333;
}
.copy-bg {
	background-image: url(images/copy_bg.gif);
	background-color: #7F9FEF;
	background-position: left top;
	background-repeat: repeat-x;
}
