body {
	font-family: courier new;
	background: #ffefef;
}

table {
	background: #efefff;
	float: center;
}

#copyright {
	position: absolute;
	color: black;
	bottom: 10px;
	right: 10px;
}

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

table img {
	margin: 0px;
}

.header {
	font-size: 18px;
	font-family: courier new;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: #efefff;
}

.headerbdr {
	position: absolute;
	width: 60%;
	left: 20%;
	border: 1px solid black;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: #efefff;
}

.contentbdr {
	width: 49%;
	left: 20%;
	position: absolute;
	top: 7%;
	border: 1px solid black;
}

.navibar {
	font-size: 10px;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background: #efefff;
}

.navibarbdr {
	position: absolute;
	width: 10%;
	left: 70%;
	top: 7%;
	border: 1px solid black;
}

a {
	color: #333333;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}

