/* CSS Document */
body {
	background-color: #775F39;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Links {
	font-family: "Helvetica";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.Links a:link {
	font-family: "Helvetica";
	color: #000000;
	text-decoration: none;
}
.Links a:visited {
	font-family: "Helvetica";
	text-decoration: none;
	color: #000000;
}
.Links a:hover {
	font-family: "Helvetica";
	text-decoration: underline;
	color: #000000;
}
.Title {
	font-family: "Century Gothic";
	font-size: 22px;
	color: #161107;
	text-decoration: none;
}
.Title a:link {
	font-family: "Century Gothic";
	text-decoration: none;	
	color: #161107;
}
.Title a:visited {
	font-family: "Century Gothic";
	text-decoration: none;
	color: #161107;
}
.Title a:hover {
	font-family: "Century Gothic";
	text-decoration: underline;
	color: #161107;
}
.Info {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #161107;
	text-decoration: none;
	line-height: 18px;
}
.Info a:link {
	font-family: "Century Gothic";
	text-decoration: none;	
	color: #074E92;
}
.Info a:visited {
	font-family: "Century Gothic";
	text-decoration: none;
	color: #074E92;
}
.Info a:hover {
	font-family: "Century Gothic";
	text-decoration: underline;
	color: #074E92;
}
.Footer {
	font-family: "Times New Roman";
	font-size: 9px;
	color: #D5C2A1;
	text-decoration: none;
}
.Footer a:link {
	font-family: "Times New Roman";
	text-decoration: none;
	color: #D5C2A1;
}
.Footer a:visited {
	font-family: "Times New Roman";
	text-decoration: none;
	color: #D5C2A1;	
}
.Footer a:hover {
	font-family: "Times New Roman";
	text-decoration: underline;
	color: #FFFFFF;
}