@charset "UTF-8";
/* CSS Document */

body {
background-color:#FFFFFF;
}

.homesystem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 29pt;
	color: #7a673a;
	text-decoration: none;
}
.system {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21pt;
	color: #7a673a;
	text-decoration: none;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18pt;
	color: #7a673a;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #2c5a5c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2c5a5c;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #2c5a5c;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #2c5a5c;
	font-weight: bold;
}
.hiddenlink:link {
	color: #979670;
}
.hiddenlink:visited {
	color: #979670;
}
.hiddenlink:active {
text-decoration: underline;
	color: #979670;
}
.hiddenlink:hover {
	color: #979670;
}
.footerlink:link {
	color: #2c5a5c;
}
.footerlink:visited {
	color: #2c5a5c;
}
.footerlink:active {
text-decoration: underline;
	color: #2c5a5c;
}
.footerlink:hover {
	color: #2c5a5c;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18pt;
	color: #979670;
}