p.menu2 a:hover {
	color: #777777;
}
td.menucolor {
	width: 437px;
	background-color: #777777;
	vertical-align: bottom;
}
td.logo {
	height: 108px;
	width: 313px;
	background-image:url('../images/layout/logocontact.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
td.title {
	height: 50px;
	width: 313px;
	background-image:url('../images/layout/titlecontact.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
a:hover {
	color: #777777;
}

::-moz-selection {
	background:#777777;
	color:#000000;
}

::selection {
	background:#777777;
	color:#000000;
}