a:link {
	text-decoration: none;
	color: #4b77ff;
}
a:hover {
	text-decoration: underline;
	color: #4b77ff;
}
a:visited {
	text-decoration: none;
	color: #4b77ff;
}

img {
    border: none;
}

.bodynormal {
	background: #ffffff;
	color: #000000;
}

.bodyprint {
	background: #ffffff;
	color: #000000;
}

th, td {
	vertical-align: top;
}

hr {
	width: 100%;
	height: 0px;
	border-top: solid 1px #000000;
}

p {
	text-align: justify;
}

