body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
}
.tbl {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	min-width: 350px;
}
.navbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tbl-head {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.sidebar {
	min-width: 150px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}