* {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
body {
	background-color: #FFFFFF;
	text-align: center;
}
body * {
	text-align: left;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #3333FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#outer {
	background-color: #FFFFFF;
	width: 620px;
	margin: auto;
}
#inner {
	padding: 10px;
}
#title {
	font-weight: bold;
}
#nav {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: .5em;
	background-color: #F5F5F5;
	padding: 3px 4px;
}
#nav div {
	margin: 1px 0px;
}
span.navsep {
	color: #999999;
	font-weight: bold;
}
#topic_title, #article_title {
	margin-top: 1em;
	font-weight: bold;
	margin-bottom: .2em;
	color: #555555;
	text-transform: uppercase;
}
#topic_content {
	margin-bottom: 1em;
}
div.topic_articles {
	margin-left: 2em;
}
table.topics, table.articles {
	width: 100%;
	border-collapse: collapse;
}
table.topics tr, table.articles tr {
}
table.topics th, table.articles th {
	color: #333333;
	font-weight: normal;
	text-align: right;
}
table.topics th {
	padding: 1px .25em;
}
table.articles th {
	padding: 5px .5em;
	vertical-align: top;
}
table.topics td {
	padding: 1px .25em;
}
table.articles td {
	padding: 4px .25em;
	vertical-align: top;
}
table.topics a, table.articles a {
	font-size: 14px;
	text-decoration: none;
}
#close {
	margin-top: 25px;
}
#article_inner ul {
	list-style: square;
	padding-left: 2em;
	margin-bottom: 1em;
}
#article_inner ul * {
	margin-bottom: .5em;
}
#article_content {
	padding-top: 1em;
	padding-bottom: 1em;
}
p.where {
	font-style: italic;
}
p.where span.link {
	border-bottom: 1px solid #999999;
}

table.definitions {
	border: 1px solid #D8D8FF;
	border-collapse: collapse;
	background: #EAEAFF;
	margin-bottom: 1.5em;
}
table.definitions tr {
	vertical-align: top;
	border-bottom: 1px solid #D8D8FF;
}
table.definitions th {
	padding: 0.75em;
	border-right: 1px solid #D8D8FF;
	font-weight: normal;
}
table.definitions td {
	padding: 0.75em;
}
p.example {
	padding: 1em 3em;
	background: #EAEAFF;
	border: 1px solid #D8D8FF;
}
p.small_example {
	color: #555599;
	text-align: center;
	width: 100%;
}
span.highlight {
	color: red;
	font-weight: bold;
}
#searchbox {
	margin-top: 1em;
	margin-bottom: 5em;
	border-top: 2px solid #999999;
	background: #CCCCCC;
	border-bottom: 2px solid #E8E8E8;
	padding: 1em;
}

div.indent {
	margin: 0 1em 0 2em;
}
