body {
	margin: 0;
}

body, th, td {
	font-family: "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
        line-height: 1.4rem;
}

h1 {
	_padding-top: 8px;
	border: solid #040e49;
	border-width: 0 1px;
	height: 40px;
	line-height: 48px;
	_line-height: 32px;
	color: white;
	background-image: url("../img/ttlbg.gif");
	text-indent: 12px;
	font-size: 16px;
}

h2 {
	height: 30px;
	border-right: 1px solid #9ea9ce;
	border-left: 4px solid #001961;
	line-height: 30px;
	color: #001961;
	background-image: url("../img/sttlbg.gif");
	text-indent: 12px;
	font-size: 14px;
	margin-top: 1.5em;
}

h3 {
	border-bottom: 1px solid #001960;
	border-left: 4px solid #001960;
	padding: 4px 0px 4px 8px;
        background-color: #eee;
	font-size: 14px;
	margin-top: 1em;
}

h4 {
	text-indent: 8px;
	font-size: 14px;
	background-image: url("../img/mark.gif");
	background-repeat: no-repeat;
	background-position: left center;
        border-bottom: 1px solid #ddd;
}

em {
	font-style: normal;
	font-weight: bold;
}

b {
	font-weight: bold;
        color: #9437ff;
}

p img {
	margin: 0 auto;
	padding: 4px 8px;
	border: solid black;
	border-width: 1px 2px 2px 1px;
	display: block;
}

pre {
	padding: 8px;
	border: 1px solid #e0e8ff;
	background-color: #f1f5fe;
	font-family: Courier, "Courier New", monospace;
	overflow-x: auto;
}

blockquote.msg {
       padding: 4px;
       background-color: #FFEBEB;
       border: 1px solid #FFA6A6;
}

table {
	border: solid black;
	border-width: 1px 2px 2px 1px;
	border-collapse: collapse;
}

th, td {
	padding: 4px 8px;
	border: 1px solid black;
}

th {
	color: white;
	background-color: #3354b2;
	text-align: left;
	white-space: nowrap;
}

td.nowrap {
	white-space: nowrap;
}

table dl {
    margin: 4px;
}

table pre {
    margin: 4px;
}

a:link {
	color: #000066;
}

a:visited {
	color: #000066;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

thead th {
	text-align: center;
}

table tr:hover {
	background-color: #ebebeb;
}

#header {
	height: 75px;
	background-image: url("../img/headbg.gif");
}

#logo {
	margin: 10px 0 0 12px;
}

#content {
	padding: 0 80px 40px;
    max-width: 840px;
}

#footer {
	padding: 8px;
	color: white;
	background-color: #000c46;
}

#footer address {
	font-style: normal;
	text-align: center;
}

#footer a:link {
	color: white;
	text-decoration: none;
}


#footer a:visited {
	text-decoration: none;
	color: #919bdc;
}

ul.menu {
	margin: 0;
	padding-top: 8px;
	text-align: center;
}

ul.menu li {
	padding: 0 8px;
	display: inline-block;
}

ul.menu li em {
	font-weight: normal;
}

ul.navigator {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	zoom: 100%;
}

ul.navigator:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: " ";
}

ul.navigator li.toc,
ul.navigator li.previous {
	float: left;
}

ul.navigator li.toc dl {
	margin: 0;
	padding: 0;
}

ul.navigator li.next {
	text-align: right;
}

table.privilege thead th {
	text-align: center;
}

table.privilege tbody th {
	color: black;
	background-color: rgb(241,245,254);
}

table.privilege tbody td {
	text-align: center;
	width: 6em;
}

ul.list p {
        padding-left: 2em;
}

ul.list table {
        margin: 0.4em 0em 0.4em 2em;
	line-height: 80%;
}
ul.list {
	margin: 0.4em 0em;
}

ul.list {
	line-height: 130%;
}

div.notice, span.notice {
	color: #ff0000;
        font-weight: bold;
}

div.info, span.info {
	color: #ff7e79;
}

dl dt {
	font-weight: bold;
}

dl dd blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}

dl.list dt {
        color: #0433ff;
}

.link {
        padding: 8px;
        border: 1px solid #e0e8ff;
        background-color: #f1f5fe;
        margin: 1em 0em 1em 2em;
}

.link a {
        text-decoration: none;
}

