@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: -5px;
	color: #4F4F4F;
	font-size: 11px;
	font-family: Tahoma;
}
a {
	font-family: Tahoma;
	color: #4F4F4F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.caption {
	font-size: 10px;
}
.NewsHeadline {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
.warning {
	font-style: oblique;
	font-weight: bolder;
	color: #FF0000;
}
.message {
	font-style: oblique;
	font-weight: bolder;
	color: #009900;
}

