body {
	font-family: Arial;
	margin: 0px;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
}

p {
	font-family: Verdana;
	font-size: 12px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

.titlebar {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	padding-top: 7px;
}

.headerbar {
	font-size: 18pt;
	padding: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
}

.navbar {
	background-image: url('images/navbar.gif');
	height: 26px;
	padding: 0px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	cursor: default;
}

.navbar img {
	border: 0px;
}

.contentbody {
	padding: 8px;
}

.footerbar {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #000000;
	padding-top: 5px;
	padding-right: 10px;
}

.newsitem {
	background-color: #D2EBFF;
	border: 1px solid #000000;
	padding: 3px;
}

.newsheader {
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}

.newsfooter {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
}

.softwareitem {
	background-color: #D2EBFF;
	border: 1px solid #000000;
	padding: 3px;
}

.softwareitem img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 3px;
}

.softwareitem span {
	font-weight: bold;
}