img {
	border-style: none;
}
body {
	background-color: white;
}
table.body {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
td.header {
	border-style: none;
	background-color: #eeeeff;
	text-align: center;
	vertical-align: middle;
	height: 120px;
}
td.line {
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: 1px;
	background-color: #ccccff;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	height: 35px;
	width: 20%;
}
td.line a {
	color: black;
	font-size: 12pt;
	font-weight: bold;
/*	border-style: outset;
	padding: 3px;
	border-width: 3px;
	width: 150px; */
}
td.line a:hover {
/*	border-style: inset;
	border-width: 3px; */
	text-decoration: none;
	color: red;
}
td.content {
	background-color: white;
	vertical-align: top;
	padding: 10px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
h1 {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 14pt;
}
h3 {
	font-weight: normal;
	font-size: 14pt;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
hr {
	width: 50%;
	text-align: center;
}