.nav {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-weight: 600;
	color: #FFF5E8;
	text-decoration: none;

}
.fonts {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 130%;
	font-weight: 400;
	text-decoration: none;

}
.page-bk {
	background-image: url(../images/contact_content_bk.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.titles {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-weight: 400;
	line-height: 120%;

}
a.nav:link {
	text-decoration: none;
	color: #FFF5E8;

}
a.nav:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.fonts:link {

	text-decoration: none;
}
a.fonts:visited {

	font-weight: bold;
	color: #641400;
	text-decoration: none;
}
a.fonts:hover {
	text-decoration: underline;
}
 
