body {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h2 {
	font-size: medium;
	color: #000066;
}
a:link { color: #4F6CB4; }
a:hover { color: #0099CC; text-decoration: underline; }
a:visited { color: #4F6CB4; }
.breadcrumbs {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.breadcrumbs a {
	color: #000066;
	text-decoration:none;
}
.breadcrumbs a:hover {
	color: #003366;
	text-decoration:underline;
}
.section {

	font-size: x-small;
}
.section a {
	text-decoration:underline;
        color: #4F6CB4;
}
.section a:hover { color: #0099CC; }
.caption {
	font-size: 9px;
        padding:5px;
}