@charset "utf-8";
body {
	background-color: #dedede;
	background-image: url(images/bg01.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
.text01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #273F6E;
}
.text02 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3886C7;
}

.text03 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.text04 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.text05 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.text-copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#bottom tr td {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#bottom_menu {
	background-color: #DCDEDE;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bottom_menu tr td {
	background-color: #DEDEDE;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#bottom_copyright tr td {
	background-color: #FFF;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#top_banner {
	background-color: #FFF;
}
#main {
	background-color: #FFF;
}
#main tr td {
	vertical-align: top;
}
a {
	text-decoration: underline;
	color: #273F6E;
}
a:hover {
	text-decoration: underline;
	color: #D5A935;
}
a:visited {
	text-decoration: underline;
	color: #273F6E;
}
a img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation > li {
	float: left;
	margin-right: 0;
	padding: 0;
}
#navigation > li > a img {
	float: left;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#navigation li a .topmenu_on {
	float: left;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#navigation > li > a img:hover {
	float: left;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#navigation > li.sub {
	position: relative;
}
#navigation > li.sub:hover ul {
	top: 40px;
}
#navigation > li.sub {
	position: relative;
}
#navigation > li.sub ul {
	width: 100%;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	position: absolute;
	top: -1000em;
	background-color: #273F6E;
	border: 1px solid #273F6E;
}
#navigation > li.sub ul li {
	width: 90%;
	margin: 0 auto 0.3em auto;
}
#navigation > li.sub ul li a {
	height: 100%;
	display: block;
	padding: 0.4em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#navigation > li.sub ul li a:hover {
	text-decoration: none;
	background-color: #92D1E1;
}
table tr td .submenu {
	background-color: #3886C7;
	padding: 8px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}
table tr td .submenu_off {
	background-color: #999999;
	padding: 8px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
}
.submenu a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu_off a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.submenu_off a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #D5A935;
	padding-top: 10px;
}
