BODY, TR, TD { font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 12px; }
TEXTAREA, INPUT, SELECT { font-size: 11px; font-family: Verdana; }

A:link {color: #0c4b8c; text-decoration: underline;}
A:visited {color: #1573c2; text-decoration: none;}
A:hover {color: #0c5d8c; text-decoration: none;}

#outline {border:1px #6aadd7 solid;}
#historytable { border:1px #6aadd7 solid; padding: 5px; background-color:#f5f5f5;} 
 

.memberfirm {
	padding: 5px;
	background-color: #FFFFFF;
	width: 95%;
	border: 1px solid #6aadd7;}
.memberfirm TD.different {
	border-left: dashed 1px #6aadd7;}

.title { color: #0c5d8c; font-size: 18px;}
.title2 { color: #1573c2; font-size: 18px;}
.firmname { color: #0c5d8c; font-size: 14px; font-weight: bold;}
.bold { font-weight: bold;}
.excerpt { color: #ae1a43; text-align: right; }
.caption { color: #006587; font-size: 12px; font-weight: bold;}
.copyright { color: #EEEEEE; font-size: 11px; }

/*---------- highslide	 ---------------------*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #666666;
}
.highslide:hover img {
	border: 2px solid #0077b0;
}

.highslide-image {
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
    border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}