.bgPattern {
	background-attachment: fixed;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.navJ {
	font-weight: bold;
	text-decoration: none;
}
.navJ a{
	font-weight: bold;
	text-decoration: none;
}
.navJ a:link{
	color: A79E99;
}
.navJ a:visited{
	color: A79E99;
}
.navJ a:hover{
	color: 45751E;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 073771;
}
