html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
body {
    font: normal 12px Verdana;
}
#branding {
    display: none;
}
#copyright {
    display: none;
}
div.edit {
    display: none;
}
a.edit {
    display: none;
}
a.option {
    display: none;
}
ul.actions {
    display: none;
}
.sidebar {
    display: none;
}
h1 {
	font: bold 26px Arial, Sans-serif;
	margin: 0 0 30px 0;
}
h2 {
	font: bold 20px Arial, Sans-serif;
}
h3 {
    font: bold 18px Arial, Sans-serif;
}
a, a:link, a:active, a:visited {
	color: #6C3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
    float: left;
}
.right {
    float: right;
}
dl.details {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 10px 0;
    margin: 10px 0 20px 0;
    min-height: 100px;
}
div.col_details {
    width: 325px;
}
div.col_details dl {
    line-height: 1.4;
}
div.short {
    width: 240px;
}
div.long {
    width: 410px;
}
div.col_details h2 {
    line-height: 28px;
}
table.invoice {
    background: url(../images/logo_table.gif) center center no-repeat;
    margin: 60px 0 60px 0;
    width: 100%;
}
td.center, th.center {
    text-align: center;
}
table.invoice td.last_cell {
    border-right: none;
}
table.invoice th {
    border-bottom: 3px solid #999;
    border-right: 1px solid #999;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
    vertical-align: middle;
}
table.invoice th.last {
    border-bottom: 3px solid #999 !important;
}
table.invoice td {
    border-right: 1px solid #999;
    padding: 6px;
}
table.invoice tr.total td {
    font: bold 18px Arial;
}
table.invoice tfoot td {
    border-bottom: 1px solid #999;
}
table.invoice tfoot tr.first td {
    border-top: 3px solid #999;
}
table.invoice tfoot tr.total td {
    border-bottom: none;
}