.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
}
.menubg {
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentbg {

	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}