/*body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}*/
a {
	color: Blue;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
a.a_contact {
	color: White;
	text-decoration: none;
}
a.a_contact:hover {
	text-decoration: underline;
}
div.page_content {
	margin-top: 28px;
	margin-left: 26px;
	width: 760px;
}

div.div_contact {
	margin-top: 28px;
	background-color: Gray;
	color: White;
	padding: 4px;
}
div.menudiv {
	background-color: Gray;
	height: 30px;
}
hr.hr_front {
	color: Gray;
	height: 1px;
	text-align: left;
}
div.header{
	background-color: Gray;
	height: 66px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: White;
	padding-left: 26px;
	line-height: 66px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
table.search_result_table {
	background-color: #D5D5D5;
	border-top: solid 1px gray;
	margin-bottom: 10px;
}