body {
	font-family: arial;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
br
{
	clear: both;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}
.form_combobox, .form_label, .form_textbox
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
input.form_button, select.form_select
{
	display: block;
	width: 155px;
	float: left;
	margin: 0 2px 5px 2px;
}
.form_combobox_large, .form_label_large, .form_textbox_large
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
/* ############### CUSTOM ################## */

/* table blocks */
table.blocks
{
	font: normal 12px arial;
	width: 97%;
}
table.blocks td { padding: 2px; vertical-align: top; }
table.blocks td.Placeholder { width: 2%; }
table.blocks td.Splitter { width: 4%; }
table.blocks td.Headercell
{
	width: 46%;
	border-left: 1px solid #919191;
	border-top: 1px solid #919191;
	border-right: 1px solid #919191;
	text-align: right;
	font-weight: bold;
}
table.blocks td.Header1 {	background-color: #ECC0CD; }
table.blocks td.Header2 {	background-color: #BBCBEC; }
table.blocks td.Header3 {	background-color: #C9C0EB; }
table.blocks td.Header4 {	background-color: #EAC0D8; }
table.blocks td.Header5 {	background-color: #ECC0CD; }
table.blocks td.Header6 {	background-color: #BBCBEC; }
table.blocks td.Bodycell
{	
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 46%;
}
table.blocks td.Footercell
{	
	border-bottom: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	width: 46%;
	text-align: right;
}