﻿/* Main Layout Use */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 99%;
	margin: 0px;
	overflow-y: auto;
}
div.divBigBox {
	max-width: 1024px;
	margin: 2px auto 2px auto;
	padding: 2px 2px 2px 2px;
	/* background: #f1e2d7; */
}

div.siteTxt1 {
    font-size: 26px;
	font-weight: bold;
    text-align: center;
}

div.siteTxt2 {
    font-size: 23px;
}

div.siteTxt3 {
    font-size: 20px;
	color: #0000FF;
}

div.siteTxt3a {
    font-size: 20px;
	color: #008B24;
}
div.siteTxt3c {
    font-size: 16px;
	/* color: #005E8B; */
	color: #FF0000;
}

div.siteMSN {
	justify-content: space-between;
	align-items: stretch;
	/* text-align: center; */
}

div.siteMSN div.MSN_Site {
	display: inline-block;
	text-align: center;
	width: 140px;
	margin: 2px 5px 2px 5px;
	padding: 4px 8px 4px 8px;
	background: #e7e5e5;
	border-radius: 8px 8px 8px 8px;
}

div.siteDownload {
	text-align: right;
	/* height: 27px; */
}

img.imgDownload {
	width: 200px;
	cursor: pointer;
}

