@charset "utf-8";

/* DeltaInvest */

@import url(layout.css);
@import url(typo.css);

body 
	{
	margin: 0px;
	padding: 0px;
	font: 11px/1.6em "Arial", Helvetica, sans-serif;
	color: #2E3F4B;
	width: 100%;
	height: 100%;
	background-image:url(../images/main-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E5EBEE;
	}

a, a.link
	{
	color:#2E3F4B;
	text-decoration:none;
	}

a:hover, a.active
	{
	color:#000;
	}
