body {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #D9D9D9;
	text-align: center;
	background-image: url(images/shadow_large2.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/* Top Menu
================================== */
#topmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat-x;
}

#topmenu ul li {
	float: left;
}

#topmenu ul a {
	padding: 0 1em;
	line-height: 1.9em;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#topmenu ul a:hover {
	color: #999999;
}

#topmenu ul .first a {
	background: none;
}

#topmenu .home a, #topmenu .optimise a, #topmenu .products a, #topmenu .investors a, #topmenu .services a, #topmenu .clients a, #topmenu .contact a {
	padding: 0 1em;
	line-height: 1.9em;
	text-decoration: none;
	color: #3A75AF;
	float: left;
	display: block;
	cursor: default;
}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 30px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.products-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	background-image: url(images/product-paper.jpg);
	background-repeat: repeat-x;
	padding: 10px;
}



#news a {
	padding: 0 1em;
	line-height: 1.9em;
	color: #0066CC;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#news a:hover {
	color: #0066CC;
	text-decoration: underline;
}
