body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin: 2px;
	color: #002325;
	width: 136px;
}

.webview_blank {
background: white;
}

body.webview_menu {
	background: white;
	color : #070062;
	height: 100%;
	border: none;
	margin: 0;
	background: white;
	width: 99%;
}

.explain, .title, .input {
	font-size: 11px;
}
.input input {
border: 1px solid black;
}

.explain h1, h1.webview_menu {
	margin: 0px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color : black;
	border-bottom: 4px solid #070062; 
}

h2.webview_menu {
	display: none;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
}

.webview_right {
	background: #C3E2E7;
	color : #070062;
	padding: 0px;
}

.webview_link1 {
	margin: 0px;
	padding: 4px 4px 2px 4px;
	border: none;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color : black;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.webview_link2 {
	margin: 0px;
	padding: 4px 4px 2px 4px;
	border: none;
	display: block;
	overflow: hidden;

	text-decoration: none;
	color : black;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.webview_link1 a, .webview_link2 a {
	text-decoration: none;
	color: black;
}
.webview_link1 a:hover, .webview_link2 a:hover {
	text-decoration: underline;
}


