.margin {
	margin: 8px;
	padding: 8px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D71C3A;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-color: #00453D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006143;
	line-height: 20px;
}
b {
	font-weight: bold;
	color: #006666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D71C3A;
	font-weight: lighter;
}
.small {
	font-size: 10px;
}
.small-ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

