@charset "utf-8";
		
* { 	margin: 0; padding: 0; }
			
body {
	background: white;
	font-size:100%;
	padding: 0px 0px;
	}			
table, th, td {	border: 0px solid black;font-family: 'Noto Sans', sans-serif; font-size: .7em; color:#04274d;
}
h1 { 	font-family: 'Noto Sans', sans-serif; font-size: .8em; color:#04274d; line-height:1.5em;}

h2 {	font-family: 'Noto Sans', sans-serif; font-weight:400; font-size: .65em; color:#bbb; line-height:1.3em;}

.about {	font-size: .6em; color:#04274d; line-height:1.6em; padding-top:10px; }

.imgHome {
    float: center;
    width: 244px;
    height: 191px;
    margin: 10px;
	border: 5px;
	border-style:solid;
	border-color:#CCC;
}

#header {
	background: white;
	padding: 15px 30px 10px 35px;

	height: 30px;
	border:0px solid black;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-repeat: no-repeat;
	font-family: 'Noto Sans', sans-serif;
	color: #04274d;
	font-weight:bold;
	font-size:20px;
}
#container {
	position: relative;	
	width: 100%;
	min-width: 800px;
	height: 100%;
	border-bottom: 2px solid #04274d;
}
#mid {
	margin:0 auto;
	padding: 50px 0px  30px 0px;
	width:100%;
	border:0px solid black;
	border-bottom-width: 0px;
	border-top-width: 0px;
	background-repeat: no-repeat;
	font-size:24px;
	text-align: center;	
}
#mid_sm {
	margin:0 auto;
	padding: 50px 30% 50px 30%;
	border:0px solid black;
	border-bottom-width: 0px;
	border-top-width: 0px;
	font-size:24px;
	text-align: justify;	
}
body,td,th {
	font-family: "Noto Sans", sans-serif; font-weight:400;
}
a:link {	color: #04274d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}
.on { 	color:#FFCC00;
}

#footer {	height: 2em;
	padding-top:10px;
	padding-bottom: 5px;
	border-top: 3px solid #04274d;
	margin-top:3em;
	border-bottom: 1px solid #04274d;
	margin-bottom: 5px;
	font-size:11px;
	color:#666;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align:center;
}
.nav { 	float:right;
	font-size:12px;
	letter-spacing: 1px;
}
.imgfloat { 	float:left; margin-right: 25px;}

.imgfloatR { 	float:right; margin-left: 25px;}