.investor-holder a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.investor-holder a:visited {
        color: #000;
        font-weight: bold;
        text-decoration: none;
}

.investor-holder a:hover {
        color: #000;
        font-weight: bold;
        text-decoration: underline;
}

.investor-holder a:active {
        color: #000;
        font-weight: bold;
        text-decoration: none;
}


.investor-holder li {
	padding: 0px 5px 0px 0px;
}
.investor-holder ul {
	margin-left: 15px;
	list-style-image:url("/images/bullet10.gif");
	list-style-type:square;
}

/* anchor-nav */
.anchor-nav-inline {
	background:#ffe080 no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:7px 5px 8px 0;
	margin: 0;
}

.anchor-nav-inline li {
	float:left;
	background:url(../images/separator03.gif) no-repeat 100% 50%;
	padding:4px 12px 4px 11px;
}

/* hack */
.main-holder3 {
	height:1%;
	/* overwrites definition in all.css */
	border-top:0;
	padding: 0px 0 23px;
}

#content a:link {
        color: #000;
        font-weight: bold;        
        text-decoration: none;
}

#content a:visited {
        color: #000;
        font-weight: bold;        
        text-decoration: none;
}

#content a:hover {
        color: #000;
        font-weight: bold;        
        text-decoration: underline;
}

#content a:active {
        color: #000;
        font-weight: bold;        
        text-decoration: none;
}



