
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

table {	font-size: 10pt; }

a {
	color: #666633;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	border: none;
}

h1 {	font-size: 1.5em;
		font-weight: normal;	}
h2 {	font-size: 1.3em;
		font-weight: normal;	}
h3 {	font-size: 1.1em;
		font-weight: normal;	}

.p		{	padding-top: 1em;	}

.smallest {  font-size: 0.8em}

.hang {
	padding-left: 2.2em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-indent: -2em;
}

.indent {
	padding-left: 2em;
	padding-right:2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.banner {
	text-decoration: none;
	color: black;
}


.button {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-left: solid;
	border-left-width: 1pt;
	border-left-color: silver;
	border-top: solid;
	border-top-width: 1pt;
	border-top-color: silver;
	border-right: outset;
	border-right-width: 3.5pt;
	border-right-color: white;
	border-bottom: outset;
	border-bottom-width: 3.5pt;
	border-bottom-color: white;
	background-color: #eeeeee;
}

.button-text {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

.nofrills {
	text-decoration: none;
	color: #111111;
}

.b_side-head {
	font-family: "Bookman Old Style";
	padding-top: 1em;
	font-size: 1.1em;
}

.b_side-item {
	font-family: "Bookman Old Style";
	padding-left: 0.3em;
	padding-top: 0.7em;
	padding-bottom: 0.3em;
	border-bottom: dotted;
	border-width: 1pt;
	border-color: gray;
}

.b_side-link {
	font-style: italic;
	text-decoration: none;
	color: #666633;
}
.b_side-link:hover {
	text-decoration: none;
	color: #CC3300;
}
.b_side-link:active {
	text-decoration: none;
	border: none;
}

.b_post-title {
	font-weight: bold;
	font-size: 1.3em;
	font-variant: small-caps;
}

.b_post-body {
	padding-top: 0.5em;
}

.b_post-footer {
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 3em;
	font-style: italic;
	text-align: right;
}

.b_comment-poster {
	font-style: italic;
}

.b_comment-body {
	padding-top: 0.3em;
}

.b_comment-timestamp {
	padding-top: 0.3em;
	padding-bottom: 1.2em;
}

.quote {
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	border: solid;
	border-width: 1pt;
	background-color: #FFFFCC;
}