
#Header{
	height: 109px;
	width: 742px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.search{
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.home{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.home a:link {
	color: #ff0000;
	text-decoration: underline;
}
.home a:visited {
	color: #000000;
	text-decoration: none;
}
.home a:hover {
	color: #000000;
	text-decoration: none;
}
.home a:active {
	color: #000000;
	text-decoration: none;
}