@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #023435;
}
.pagebdr {
	border: 2px solid #003333;
}
.bgleft {
	background-attachment: scroll;
	background-image: url(layout/bgleft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgright {
	background-attachment: scroll;
	background-image: url(layout/bgright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.photo-bdr {
	border: 2px solid #023435;
}
.bg-body-top-left {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #BEA56D;
	border-right-color: #BEA56D;
	border-bottom-color: #BEA56D;
	border-left-color: #BEA56D;
}
.bg-body-top-right {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BEA56D;
	border-right-color: #BEA56D;
	border-bottom-color: #BEA56D;
	border-left-color: #BEA56D;
}
.header {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
}
.body-bdr-bg {
	background-attachment: scroll;
	background-color: #64717D;
	background-image: url(layout/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDA56B;
	border-right-color: #BDA56B;
	border-bottom-color: #BDA56B;
	border-left-color: #BDA56B;
}
.bg-nav {
	background-attachment: scroll;
	background-color: #04192C;
	background-image: url(layout/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-body-right {
	background-attachment: scroll;
	background-color: #04192C;
	background-image: url(layout/right-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer-text-bld-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-text-wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.kaki-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDA56B;
}
a:link {
	color: #000033;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #006666;
}
a:active {
	color: #006666;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}

