* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
h6 {
	font-size: 12px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

#navigatorBar, nav, #banners,
.breadcrumb, footer, .dataTables_filter,
#mainMenu, #pdf, .dataTables_info,
.dataTables_paginate, #pageoptions, #idletimeout, #top,
.button, input[type="submit"] {
	display: none;
}

button.button.small {
	display: none !important;
}

.simple_table {
	border: 1px solid black;
	border-collapse: collapse;
}
.simple_table th {
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
}
.simple_table td {
	border: 1px solid black;
	padding: 5px;
	font-size: 10px;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
}
table th {
	border: 1px solid black;
	font-weight: bold;
	font-size: 10px;
	padding: 10px;
}
table td {
	border: 1px solid black;
	padding: 5px;
	font-size: 10px;
}
.important {
	color: red;
}
.hidden {
	display: none;
}
.red {
	color: red;
}
.black {
	color: black;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
