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

.bkgd {
	background-image: url(../images/bkgd_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top ;
}
.bkgd_menu {
	background-image: url(../images/bkgd_menu_contact.jpg);
	background-repeat: no-repeat;
	
}



a:link {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #693982;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

