/* regular size text formatting style sheet */

body, td, th, p, div, span, a, h1, h2, h3, h4, h5, h6, input, select, textarea, label, .text {
	font-size: 16px;
}
p {
	padding-bottom: 3px;
}
p, p.text, span.text, div.text {
	line-height: 22px;
}


h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
	text-transform: uppercase;
}

h6 {
	/* not used yet */
}

a {
	font-weight: bold;
}

h5 a {
	font-size: 10px;
}

label {
	font-weight: bold;
}

#topmenu .li a, #topmenu .open a {
	font-weight: bold;
	font-size: 12px;
}

#toolbar a {
	font-size: 11px;
	font-weight: normal;
}

#submenu li a {
	font-weight: bold;
	font-size: 12px;
	height: 15px;
}

.note p {
	font-size: 11px;
}
.note_noend p {
	font-size: 11px;
}

.button {
	font-weight: bold;
}

td.definition {
	font-weight: bold;
}
table.numeric tr.header td {
	font-weight: bold;
}
table.numeric tr.subheader td {
	font-weight: bold;
}
table.numeric tr.subtotal td {
	font-weight: bold;
}
table.numeric tr.total td {
	font-weight: bold;
}
table.numeric tr.grand_total td {
	font-weight: bold;
}
table.text tr.subtotal td {
	font-weight: normal;
}
table.text tr.subtotal td.definition {
	font-weight: bold;
}
table.text tr.total td {
	font-weight: normal;
}
table.text tr.total td.definition {
	font-weight: bold;
}
table.text tr.grand_total td {
	font-weight: normal;
}
table.text tr.grand_total td.definition {
	font-weight: bold;
}

