body {
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	color: white;
}
a {
	text-decoration: none;
	color: #fd0;
}
div.lineHoriz {
	border-bottom: 1px dotted gray;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.lineVert {
	border-right: 1px dotted gray;
	margin-right: 5px;
	margin-left: 5px;
}
.sucMsg {
	padding: 4px;
	padding-left: 15px;
	margin: 5px;
	border:1px solid green;
	background-color: #030;
	color: white;
	font-weight: bold;
}
.errMsg {
	padding: 4px;
	padding-left: 15px;
	margin: 5px;
	border:1px solid red;
	background-color: #300;
	color: white;
	font-weight: bold;
}
a.featBlog {
	color: #f50;
}
a.featBlog:hover {
	color: white;
}
div.featBlog {
	font-family: "Bitstream Charter", "Georgia", serif;
	padding: 8px;
	border-bottom: 1px dotted gray;
	font-weight: normal;
	font-size: 15px;
}
a.bottombar {
	font-size: 8pt;
	color: #aaa;
}
a.bottombar:hover {
	color: #eee;
}

	.blogTable th {
		border-bottom: 1px solid gray;
		vertical-align: bottom;
	}
	.blogTable td {
		border-bottom: 1px solid gray;
		border-right: 1px dotted gray;
		padding: 2px;
	}
	a.control {
		text-decoration: underline;
	}
	.selTab {
		background-color: black;
		padding-left: 5px;
		font-weight: bold;
	}
	.podcast_textbox {
		background-color: white;
		border: 2px solid gray;
	}

