img.bg {
  display: block;
}

form {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
}

.error {
    color: red;
}

.page-control-totals {
    font-size: 8pt;
}

.page-control-pages {
    font-size: 8pt;
}

/* new pagination style */
table.pagination {
    width: 50%;
}

.pagination-totals {
    font-size: 8pt;
}

td.pagination-pages {
    font-size: 8pt;
    width: 1%;
}

td.pagination-left {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

td.pagination-right {
    width: 10px;
    height: 8px;
    background-image: url(../images/little_red_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

table.form_table th {
    text-align: left;
}
table.form_table th,
table.form_table td {
    padding-bottom: 4px;
}

/* Basic Type */
h1 {
	font-size:20px;
	font-weight:bold;
	color:#666;
	margin-top:0px;
	margin-bottom:3px;
	letter-spacing:-1px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#666;
	margin-top:0px;
	margin-bottom:3px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	color:#666;
	letter-spacing:-1px;
	margin: 0;
}

h5 {
	font-size:18px;
	font-weight:normal;
	display: block;
	margin: 0;
	color:#666;
	letter-spacing:-1px;
}

h6 {
	font-size:18px;
	font-weight:normal;
	display: block;
	margin: 30px 0 0 0;
	color:#666;
	letter-spacing:-1px;
}