html, body {
	background: #c0c0c0;
	padding: 0;
	margin-top: 10px;
}

.frame {
	background: #ffffff;
	width: 950px;
	padding: 0;
	margin: 0;
}

.top1 {
	background-image: url('images/top1.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
}

.top2 {
	background-image: url('images/top2.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
}

.top3 {
	background-image: url('images/top3.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
}

.menu {
	background-image: url('images/menubg.jpg');
	background-repeat: repeat-x;
	width: 800px;
	height: 35px;
	padding: 0;
	margin: 0;
}

.menuline {
	background: #9da0c9;
	width: 800px;
	height: 1px;
	padding: 0;
	margin: 0;
}

.navi {
	padding: 6px;
	margin: 0;
}

.main {
	background: #ffffff;
	width: 800px;
	height: 330px;
	padding: 0;
	margin: 0;
}

.footerlogo {
	background: #ffffff;
	width: 800px;
	height: 71px;
	padding: 0;
	margin: 0;
}

.footer {
	background: #8998bf;
	width: 800px;
	height: 25px;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
	color: #26489f;
	margin-top: 15px;
	margin-left: 15px;
}

h2 {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
	color: #0091fe;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
}

h3 {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 24px;
	color: #ea0005;
	margin-left: 15px;
}


p {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
}

a {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #41568f;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9da0c9;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9da0c9;
	text-decoration: none;
}

a.nav {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:visited.nav {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:hover.nav {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0091fe;
	text-decoration: none;
}

a:active.nav {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0091fe;
	text-decoration: none;
}

td {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;
	color: #000000;
}

.small {
	font-family: Verdana, Tahoma;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: #41568f solid 1px;
}

textarea {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: #41568f solid 1px;
}

select {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: #41568f solid 1px;
}