@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;
	text-align: center;
}
.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;
	text-align: center;
}
.copyFontBrown {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8c8068;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 12px;	
	text-align: left;
}
.copyFontBrownTeam {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8f7d5c;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 15px;	
	text-align: left;
}

.contactFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8c8068;
	font-weight: bold;
	line-height: 25px;
}
.copyFontWhiteLink {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
}

.brownLink {
	font-family: "Times New Roman", Times, serif;
	color: #5a471c;
	font-weight: bold;
	line-height: 13px;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}
.brownLink a:hover{
	color:#b7a995;
}
.whiteLink {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 13px;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}
.whiteLink a:hover  {
	color: #67592d;	
}

.disclaimerFont {
	font-family: "Times New Roman", Times, serif;
	color: #8f7d5c;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
}
