@charset "utf-8";
/* CSS Document */
body {
	background:#999999;
	font-family:tahoma, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

h2 {
	margin-bottom:5px;
}

.heading {
	color:white;
	font-size:14px;
	font-weight:bold;
}
.strong {
	font-weight:bold;
}

td {
	padding-left:4px;
}
a:link {
	color:#000033;
	text-decoration:underline;
}
a:visited {
	color:#000033;
	text-decoration:underline;
}
a:hover {
	color:#660000;
	text-decoration:none;
}
.label_row {
	color:white;
	background-color:#000000;
}
.note {
	font-size: 10px;
}