/*
 * $Header: /www/hegnar/newplf/cvs/template/ver1-0/css/fondslister.css,v 1.1 2007/06/04 12:37:42 hmile Exp $
 * $Author: hmile $
 * $Date: 2007/06/04 12:37:42 $
 * $Revision: 1.1 $
 * Display: css-fil for publikasjonen Hegnar.no
 */

/*	Fonts and style	*/
#fondsLister *{
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-style: normal;
    font-family: verdana,arial,helvetica,sans-serif;
}

#fondsLister CAPTION {
	font-weight: bold;
	font-size: 1.2em;
}

#fondsLister TH {
	font-weight: bold;
}

/*	Layout	*/
#fondsLister {
}
#fondsLister td {
	background-color: #DCE7F8;
	border: 1px inset;
	padding: 1px 3px;
}

#fondsLister TABLE {
	border: 1px outset;
	width: 442px;
	margin-bottom: 30px;
}

#fondsLister TFOOT {
	text-align: right;
}

#fondsLister .CenterCol {
	text-align: center;
}
#fondsLister td.RightCol {
	text-align: right;
}
#fondsLister .LeftCol {
	text-align: left;
}
