body {
	background-color: #e0e0df;
	font-size: 12px;
	font-family: calibri, arial, sans-serif;
}

.menubar {
	height: 23px;
	width: 899px;
	background-repeat: no-repeat;
	background: url(images/menubar.gif);
	text-align: right;
}

.menutext {
	height: 23px;
	line-height: 21px;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: calibri, sans-serif, arial;
}

.menutext:hover {
	color: white;
}

.newsbox {
	width: 511px;
	height: 302px;
	background: url(images/newsbox.gif);
	background-repeat: none;
}

.leftborder {
	background-repeat: repeat-y;
	background: url(images/borderleft.gif);
}

.rightborder {
	background-repeat: repeat-y;
	background: url(images/borderright.gif);
}

.headline {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 10px;
	color: #374b63;
	line-height: 18px;
	font-weight: bold;
	font-family: calibri, arial, sans-serif;
	font-size: 18px;

}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
	color: #464646;
	padding: 0px 10px 0px 10px;
}

li {
	margin-bottom: 7px;
	margin-top: 7px;
	font-size: 15px;
	color: #464646;
	padding: 0px 10px 0px 10px;
}

