@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_pattern.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.copyFont {
	font-family: "Times New Roman", Times, serif;
	color: #484848;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}
.copyFontWhite {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	font-size: 13px;
}
.infoFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8c8068;
	font-weight: bold;
	letter-spacing: 1px;
}
.contactFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8c8068;
	font-weight: bold;
	line-height: 20px;
}
.copyFontWhiteLink {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
}
