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

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
	background:#e9e9e9;
	}
	
img.left {
	float:left;
	}

a {
text-decoration:none;
color: purple;
}

a:hover {
color:#000066;}
	
a.rolloverA {
	display: block;
	float:left;
	width: 80px;
	height: 45px;
	text-decoration: none;
	background: url("images/homemo.gif");
	}

a.rolloverA:hover {
	background-position: -80px 0;
	}
	
a.rolloverB {
	display: block;
	float:left;
	width: 103px;
	height: 45px;
	text-decoration: none;
	background: url("images/linksmo.gif");
	}

a.rolloverB:hover {
	background-position: -103px 0;
	}
	
a.rolloverC {
	display: block;
	float:left;
	width: 149px;
	height: 45px;
	text-decoration: none;
	background: url("images/managementmo.jpg");
	}

a.rolloverC:hover {
	background-position: -149px 0;
	}
	
a.rolloverD {
	display: block;
	float:left;
	width: 215px;
	height: 45px;
	text-decoration: none;
	background: url("images/contactmo.jpg");
	}

a.rolloverD:hover {
	background-position: -215px 0;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
	
a.rolloverE {
	display: block;
	float:left;
	width: 215px;
	height: 45px;
	text-decoration: none;
	background: url("images/contactmo.jpg");
	}

a.rolloverE:hover {
	background-position: -215px 0;
	}
	
a.rolloverF {
	display: block;
	float:left;
	width: 133px;
	height: 112px;
	text-decoration: none;
	background: url("images/investmentmo.gif");
	}

a.rolloverF:hover {
	background-position: -133px 0;
	}
	
a.rolloverG {
	display: block;
	float:left;
	width: 131px;
	height: 112px;
	text-decoration: none;
	background: url("images/placementmo.gif");
	}

a.rolloverG:hover {
	background-position: -131px 0;
	}
	
a.rolloverH {
	display: block;
	float:left;
	width: 132px;
	height: 112px;
	text-decoration: none;
	background: url("images/equitymo.gif");
	}

a.rolloverH:hover {
	background-position: -132px 0;
	}
	
a.rolloverI {
	display: block;
	float:left;
	width: 133px;
	height: 112px;
	text-decoration: none;
	background: url("images/algorithmsmo.gif");
	}

a.rolloverI:hover {
	background-position: -133px 0;
	}

a.rolloverJ {
	display: block;
	float:left;
	width: 138px;
	height: 73px;
	text-decoration: none;
	background: url("images/moremo.gif");
	}

a.rolloverJ:hover {
	background-position: -138px 0;
	}
	
a.rolloverK {
	display: block;
	float:left;
	width: 431px;
	height: 36px;
	text-decoration: none;
	background: url("images/finramo.gif");
	}

a.rolloverK:hover {
	background-position: -431px 0;
	}
		
table {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0;
}
		
table.main {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
	border-color:#bcbec0;
	border-style:solid;
	border-width: thin;
}

td {
	vertical-align: top; 
	padding: 0;
	text-align: left;
	margin: 0px;
	border: 0px;
	}

h2 {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size:20px;
	margin:0;
	color:#5f7797;
	font-weight:bold}
	
h3 {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size:17px;
	margin:0;
	color:#666666;
	font-weight:bold}

h4 {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size:17px;
	margin:0;
	color:#5f7797;
	font-weight:bold}

h5 {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size:15px;
	margin:0;
	color:#666666;
	font-weight:bold}
	
div.textl {
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right:50px;
	text-align: left;
	vertical-align: top;
	font-family:arial;
	font-size: 15px;
	line-height: 20px;
	color:#666666;
	border: 0;
	}
	
div.textr {
	align:left;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right:60px;
	text-align: left;
	vertical-align: top;
	font-family:arial;
	font-size: 15px;
	line-height: 20px;
	color:#666666;
	border: 0;
	}
	
div.textb {
	align:center;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right:10px;
	text-align: left;
	vertical-align: top;
	font-family:arial;
	font-size: 11px;
	line-height: 10px;
	color:#666666;
	border: 0;
	}

	
a.info{
    position:relative; 
    z-index:24; }

a.info:hover{z-index:25;}

a.info span{display: none;}

a.info:hover span{ 
    display:block;
    position:absolute;
    top:-3em; left:12em; width:19em;
    background-color:#FFFF99; color:black;
    text-align: center;
	font-family:arial;
	font-size:x-small;}
