body {
	background-color: #ccc;
	font-family: sans-serif;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.edit {
	font-size: 9pt;
	float: right;
}
.search {
	font-size: 14pt;
	font-weight: bold;
	float: right;
}
.main {
	height: 100%;
}
.head {
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-color: #8dadd4;
	height: 50px;
	font-size: 35px;
	color: #fff;
}
.left {
	width: 180px;
	background-color: #fff;
	font-size: 11pt;
}
.right {
	width: 180px;
	background-color: #fff;
	font-size: 11pt;
}
.center {
	background-color: #fff;
}
h1,h2,h3 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
h1 {
	border-bottom: solid medium #00f;
}
h2 {
	margin-top: 5px;
	font-size: 12pt;
}
h3 {
	margin-top: 5px;
	font-size: 11pt;
}
p {
	margin: 0px;
	padding: 0px;
	margin-top: 5pt;
	margin-bottom: 5pt;	
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
img {
	border: solid thin #00f;
}
.quote {
	padding: 10px;
	background-color: #e6e6e6;
	border: solid medium #fff;
	font-family: monospace;
	font-size: 11pt;
}
/*
.amenu {
	color: #00f;
}
.amarked {
	color: #ff0;
}
*/
.aactive {
	color: #ff0000;
}
.com {
	width: 50%;
	border: solid thin #000;
}
.ok {
	border: solid thin #000;
}

