body {
	background-image: url(i/back_dark.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tabbed {
	padding-left: 22px;
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
}
a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: small;      
}
a:hover {
	color: #666;
	text-decoration: underline;
	font-size: small;      
}

a:active {
}
.swirls_bottom {
	background-image: url(i/back_low.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 400px;
}
.swirls_top {
	background-image: url(i/back_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 400px;
	padding: 12px;
}
.warning {
	font-weight:bold;
	color:#D83;
}
.menu {
	color: #666;
	font-weight: normal;
	font-size: small;      
}
.heading {
	font-weight: bold;
	text-indent: 25px;
	font-size: medium;
}
.top_left {
	width: 400px;
	height: 198px;
	background:url(i/logo.jpg);
	background-repeat:no-repeat;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.top_right {
	width: 400px;
	height: 198px;
	background:url(i/infopane.jpg);
	background-repeat:no-repeat;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}
#bNav{
	width:180px;
	padding: 0px;
	text-align:center;
	font-size:16pt;
}
#bLinks{
	margin: 0px;
	padding: 0px;

}
#bLinks a:link, #bLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	color: #333;
	font-size:16pt;
}

#bLinks a:hover{
	color: #930;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.redbox {
	padding: 2px;
	border: 1px solid #D83;
}
.cost {
	font-size: large;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
