body , td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
h {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.dark_grey {
	color: #666666;
}

.light_gray {
	color: #999999
}

a:link {
	color:#003300;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#003300;
	text-decoration:none;
	font-weight: bold;
}
a:focus { color:black; text-decoration:underline; }
a:hover { color:red; text-decoration:none; }
a:active { color:black; text-decoration:underline; }


.spaced {
	word-spacing: normal;
	letter-spacing: 0.12em;
	font-size: 12px;
}

.my_image {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #666666;
}
