/* ------------------- General ------------------- */

body {
	color: black;
	background: transparent;
}

/* ------------------- Classes ------------------- */


div#menu {
	display: none;
}

div#whitebox_header {
	text-align: center;
}


div#logo_footer {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-bottom: 13px;
}

div#companies h3 {
	margin: 7px 0 0 0;
}

div#companies p {
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

/* Standard table with border */

table.standard {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 0;
	margin:0;
}

table.standard td, table.standard th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 2px 15px 2px 7px;
	margin: 0;
}

table.standard th {
	text-align: left;
	font-weight: bold;
	padding-right: 1.5em;
}

/* Formtable - no bg*/

table.formtable tr.row_bg {
	background: transparent;
}
