/* mobile styles */
html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100%; 
		text-align: center;
		}
	a:link, a:visited {
	color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
table {
	background-color:#FFFFFF;
	font-size: 12px;
}

table td {
	padding: 5px;
	border: solid #000 1px;
	font-size: 12px;

}
table th {
	padding: 5px;
	border: solid #000 1px;
	background-color: #EADFFF;
	font-size: 12px;
}
.e_notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
}

.e_notice a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px;
}

