body {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana CE, arial CE, helvetica CE, verdana, arial, helvetica, sans-serif;
	color: #454;
	background-color: #EEEBE0;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #693;
	outline: none;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:  #693;
	outline: none;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color:  #693;
	outline: none;
	}
a:hover {
	color: #693;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p,td {
	font-size: 12px;
	line-height: 18px; 
	}
h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	}
h4,h5,h6 {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 18px;
	}
div.box {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #693;
	padding: 2px;
	margin: 3px;
	background: #FFF;
	width: 90%;
	}
div.boxnoline {
	border-width: 0px;
	padding: 3px;
	margin: 3px;
	background: #FFF;
	width: 90%;
	}
div.meat {
	padding: 2px;
	margin: 10px;
	margin-top: 0;
	background: #FFF;
	width: 379px;
	}
#top {
	margin: 0px;
	padding: 10px;
	border: 0px;
	background: #EEEBE0;
	height: 50px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 50px;
	}
html>body #top {
	height: 50px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	}
.tabs {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #454;
	background-color: #F5F7FB;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #693;
	}
.tit {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #454;
	background-color: #F5F7FB;
	}
.private {
	background-color: #FFF0F0;
}
#sections {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #693;
	padding: 2px;
	margin: 3px;
	background: #FFF;
	width: 90%;
	}
#sections ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}
#sections li {
	background-color: #F5F7FB;
	width: 100%;
	margin: 2px;
	}
#language {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-color: #454;
	font-size: 9px;
	width: 779px;
	z-index: 10;

	}
#shortcuts {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-color: #454;
	font-size: 9px;
	width: 779px;
	}
#shortcuts ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
#shortcuts ul li {
	margin-left: 0;
	padding: 1px 5px;
	border-left: 1px solid #693;
	list-style: none;
	display: inline;
	}
#shortcuts ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
li {
	font-size: 12px;
	line-height: 18px; 
	margin-bottom: 18px;
	margin-top: 0px;
	}
table.db td {
	background-color: #EEEBE0;
	padding: 5px;
	margin: 5px;
}
table.db th {
	font-weight: bold;
}
.toggler {
	font-weight: bold;
	color: #669933;
	text-decoration: none;
	background-color: #F5F7FB;
	border: 1px solid #669933;
	cursor: pointer;
}
.infotable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	border: 1px solid #669999;
}
.infotable tr {
	background-color: #F8F7EF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.infotable td {
	padding: 3px;
}
.fltleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.fltrt {
	float: right;
	margin: 0px 0px 15px 15px;
}