body {
	font-family:arial;
	font-size:14px;
	background-color: #7e9eb0;
	color: #39576C;
}
.logo {
	background-image: url('images/logo.jpg');
	width: 650px;
	height: 90px;
}
.menu-top {
	background-image: url('images/menu-top.jpg');
	background-color: #88aabd;
	width: 650px;
	height: 25px;
	margin-top: 10px;
	text-align: center;
}

.main-head {
	background-image: url('images/main-head.jpg');
	background-color: #88aabd;

	width: 650px;
	height: 10px;
	margin-top: 10px;
	font-size:1px;
}

.main-foot {
	background-image: url('images/main-foot.jpg');
	background-color: #88aabd;
	width: 650px;
	height: 10px;
	font-size:1px;
}
.main {
	background-image: none;
	background-color: #88aabd;
	width: 630px;
	padding: 10px;
	text-align: left;
}
.seo {
	background-image: none;
	font-size: 10px;
	text-align: center;
}
a {
	color: #001950;
	font-weight: bold;
}
a:active {
	color: #507A9A;
}
a:hover {
	color: #507A9A;
	text-decoration: none;
}
h1{
	font-size: 10px;
	color: #507A9A
}
h3{
	margin-bottom: 3px;
}

.input{
	background: #B1B1FF;
	border: 1px solid #7094A7;
}
.input:hover{

	border: 1px solid #496878;
}
.input:focus{

	border: 1px solid #496878;
}
acronym{
cursor: help;
}
