@charset "UTF-8";
/* CSS Document */
.Home_BG{
	background-repeat: no-repeat;
	background-image: url(images/home_page/menu_bg_home.jpg);
	background-position:top;
}
.Content_BG{
	background-repeat: no-repeat;
	background-image: url(images/secondary/content.jpg);
	background-position:top;
}
.copybodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: inherit;
	color: #6a1013;
	text-decoration: none;
}
.copytestimonialscopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	color: #6a1013;
	text-decoration: none;
	line-height: 14px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: inherit;
	font-weight: bold;
	color: #6a1013;
	text-decoration: none;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: inherit;
	font-weight: bold;
	color: #6a1013;
	text-decoration: none;
}
.a:link{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #2b4b04;
	text-decoration: underline;
}
.a:active{ /* active link properties */
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #a9976f;
	text-decoration: underline;
}
.a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #2b4b04;
	text-decoration: underline;
}
.a:hover{ /* hover link properties */
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: bold;
	color: #a9976f;
	text-decoration: underline;
}
.2:link{
	text-decoration: none;
}
.2:active{ /* active link properties */
	text-decoration: none;
}
.2:visited{
	text-decoration: none;
}
.2:hover{ /* hover link properties */
	text-decoration: none;
}