@charset "utf-8";
/* CSS Document */
a:link {color: #FF0
}

a:visited {color: #FF0
}

a:hover {color: #C00
}

a:active {color: #FF0
}

body {
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
	font-weight: bold;
	}
	
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0;
	text-align: center;
	vertical-align: top;
}
.headlinenew {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	background-image: url(images/web-header-b.jpg);
	background-repeat: no-repeat;
}
