/*  index.css  */

BODY, TD {
	color: #333333;
	font-size: 10pt;
	line-height: 110%;
	line-break: strict;
}
HR {
	color: #000066;
	height: 4;
	border-style: solid;
}
DT {
	color: #000099;
	font-size: 110%;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 150%;
}
DD {
	margin-left: 5%;
}
STRONG {
	font-weight: bold;
}
BIG {
	font-size: 110%;
	line-height: 110%;
}
A:link, A:visited, A:active {
	text-decoration: underline;
	color: #000066;
}
A:hover {
	background: #FFCC99;
	text-decoration: blink;
}

