body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#logo {
	position: static;
	margin: 10px;
}
#login {
	position: static;
	height: 40px; 
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	text-align: center;
}
#notice_container {
	position: static;
	z-index: 1;
	margin: 5px;
}	
#last {
	position: static;
	margin: 0px;
}
#footer {
	position: static;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	margin: 10px;
}
#banner {
	position: static;
	background-color: #D4C47C;
	padding: 9px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	margin: 10px;
}
table {
	border: 1px solid black;
	width: 500px;
	padding: 0px;
	border-spacing: 0px;
}
th {
	background: #D4C47C;
	text-align: center;
	padding: 3px;
	border-bottom: 1px solid black;
	font: 14px sans-serif;
	font-weight: bold;
}
td {
	padding: 7px;
	font-size: 12px;
	font-family: sans-serif;
	text-align: justify;
}
table.esource {
	border: none;
	width: 350px;
	padding: 0px;
	border-spacing: 0px;
	font-size: 12px;
	font-family: sans-serif;
}
th.esource {
	font-weight: normal;
	padding-right: 10px;
	background: #ffffff;
	text-align: right;
	border: none;
}
td.esource {
	padding: 2px;
}
h1 {
	color: red;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	border: none;
}
a {
	line-height: 12px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
}	
