	BODY {
		background-color: rgb(16,16,119);
		font-family: Verdana,Helvetica,arial,sans-serif;
	}
	TD {
		vertical-align: top;
		color:white;
		font-size: 11;
	}

  	H1 { text-align: center}

	.button {
		background-image: url("/images/buttonblank.gif");
		width: 136px;
		height: 25px;
		font-weight: bold;
		font-family: Verdana,Helvetica,arial,sans-serif;
		text-align: center;
		font-size: 9pt;
		margin: 5px;
		padding: 5px;
		color: rgb(16,16,119);
	}
	.buttonOn {
		background-image: url("/images/buttonOn.gif");
		width: 136px;
		height: 25px;
		font-weight: bold;
		font-family: Verdana,Helvetica,arial,sans-serif;
		text-align: center;
		font-size: 9pt;
		margin: 5px;
		padding: 5px;
		color: rgb(16,16,119);
	}
	.linklist {
		background-color: cornflowerblue;
		text-align: left;
		width: 126px;
		layer-border-color: black;
		layer-border-width: 1px;
		padding: 2px;
		font-size: 9px;
		margin-left: 5px;
		color: rgb(16,16,119);
	}
	.linklistmarked {
		background-color: skyblue;
		text-align: left;
		width: 126px;
		layer-border-color: black;
		layer-border-width: 1px;
		padding: 2px;
		font-size: 9px;
		font-weight: bold;
		margin-left: 5px;
		color: black;
	}
	.subheading {
		background-color: black;
		text-align: center;
		width: 126px;
		layer-border-color: black;
		layer-border-width: 1px;
		padding: 2px;
		font-size: 9px;
		font-weight: bold;
		margin-left: 5px;
		color: white;
	}
	.tagline {
		color: white;
		font-style: italic;
		font-size: 9px;
		font-weight: bold;
		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.feedname {
		color:white;
		background-color: black;
		font-size: 14pt;
		text-align: left;
		height: 30px;
	}
	
	.blackframe {
		color:white;
		background-color: black;
		font-size: 10pt;
		padding: 10px;
		width: 420px;
		margin-top: 35px;
		text-align: center;
	}

	.harvest {
		color: gray;
		font-size: 10pt;
	}
	A:link, A:visited {
		color: rgb(16,16,119);
		text-decoration: none;
	}
	A:hover {
		color: red;
	}
	A.headline, A.headline:visited {
		color:white;
		font-size: 14pt;
	}
	DIV.buttonOn A:hover {
		color: black;
	}
	DIV.buttonOn A:link, DIV.buttonOn A:visited, DIV.buttonOn A:link {
		color: black;
	}

	A.source, A.source:visited {
		color:cornflowerblue;
		font-size: 10pt;
	}
	.spacer {
		width:20px;
	}
