.narrowoutlinetable {
	border: 1px solid #CCCCCC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.xsmalltext {
	font-size: x-small;
}
.xxsmalltext {
	font-size: xx-small;
}
.boldgreen {
	font-weight: bold;
	color: #669966;
}
.boldblue {
	font-weight: bold;
	color: #336699;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #336666;
}
a:active {
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}
.xxsmalllist {
	font-size: xx-small;
	text-indent: -20px;
	list-style-position: outside;
	list-style-type: square;

}
