@charset "utf-8";
.footer {
	font-size: 10px;
	color: #0066CC;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 110px;
	margin: 0px;
	padding: 0px;
}
.footer p {
	font-size: 10px;
	color: #006699;
	margin: 0px;
	padding-top: 90px;
	padding-left: 50px;
}
.boxleft {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFE000;
	border-right-color: #FFE000;
	border-bottom-color: #FFE000;
	border-left-color: #FFE000;
	background-image: url(images/box_main_back.jpg);
	background-repeat: repeat-x;
}
.boxmain {
	background-image: url(images/box_main_back.jpg);
	background-repeat: repeat-x;
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 12px;
	color: #333399;
	text-align: left;
}
.boxright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFE000;
	border-right-color: #FFE000;
	border-bottom-color: #FFE000;
	border-left-color: #FFE000;
	background-image: url(images/box_main_back.jpg);
	background-repeat: repeat-x;
}
.boxhead img {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boxfoot {
	background-image: url(images/box_foot_back.jpg);
	background-repeat: repeat-x;
}
.boxhead {
	background-image: url(images/box_top_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.submenu {
	font-family: "Comic Sans MS", "Times New Roman";
	color: #006699;
	font-size: 12px;
	line-height: 20px;
}

.show {
	border: 1px solid #003366;
	margin: 10px;
}
