body {
	background-image: url(/images/back.gif);
	background-repeat: repeat-x;
}
.caption {
        font-family: verdana, arial, helvetica;
	font-weight: bold;
        font-size: 8pt;
	color: #ffffff;
	background: #006699;
}
.cell {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
}
.normal {
        font-family: verdana, arial, helvetica;
        font-size: 9pt;
	color: #333333;
}
.title {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
.small {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	color: #333333;
}
.positive {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	font-weight: bold;
	color: #009900;
}
.negative {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	font-weight: bold;
	color: #990000;
}
.neutral {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	font-weight: bold;
	color: #000099;
}
.error {
        font-family: verdana, arial, helvetica;
        font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background: #990000;
}
