/* CSS Document */

body {
		background-image: url(../headlines/images/htmlBG.gif);
		background-repeat: repeat;
		}
		.content {
		background-image: url(../headlines/images/shadowBG.gif);
		background-repeat: no-repeat;
		width: 394px;
		height: 380px;
		padding-top: 10px;
		}
		.header {
		padding: 38px 0px 24px 0px;
		}
		.text p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		position: relative;
		color: #000000;
		padding: 0px 35px 0px 35px;
		}
			.text p a {
			color: #FF7902;
			text-decoration: none;
			}
		h2 {
		background-image: url(../headlines/images/thatLinkIsDead.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 40px 0px 5px 9px;
		}
			h2 .hidethisclass {
			visibility: hidden;
			}
		h3 {
		background-image: url(../headlines/images/SorryPageDoesntExist.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px 0px -20px 9px;
		}
			h3 .hidethisclass {
			visibility: hidden;
			}
		hr {
		color: #000000;
		padding: 0px 10px 0px 10px;
		}

