body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}
h1 {
	font-size: 16px;
	text-align: center;
}
h5 {
	font-size: 14px;
	display: inline;
}
h6 {
	font-size: 14px;
}
a:link {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: brown;
	text-decoration: none;
}
.top_line {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-color: black;
	border-style: solid;
}
.bottom_line {
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-color: black;
	border-style: solid;
}
.content {
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.text {
	text-indent: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify; 
}
.header {
	font-family: Tahoma;
	font-size: 14px;
}