body {
	background: white;
	font-family: tahoma, arial, helvetica, serif;
	font-size: 12px;
	text-align: left;
}
	
#header {
	display: none;
}

#left {
	display: none;
}

#middle {
	width: 100%;
	text-align: left;
}

#right {
	display: none;
}

#menu {
	display: none;
}

#footer {
	display: none;
}

#path {
	width: 530px;
	font-size: smaller;
	background-color: #f2f2f2;
}

#path a:link, #path a:visited, #path a:hover, #path a:active {
	color: black;
	text-decoration: none;
}
	
#content {
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#content #fixed {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

#content #fixed img {
	padding-right: 5px;
}

#content #free {
	width: 100%;
	display: block;
}

#content #free .outlineLeft {
	float: left;
	padding-right: 5px;
}

#content #free .outlineRight {
	float: right;
	padding-left: 5px;
}

/* form elements */
.input {
	color: black;
	border: 1px solid #404040;
	background-color: white;
}

.button {
	border: 1px solid black;
	background: #D30000;
	color: white;
	text-transform: uppercase;
	height: 20px;
	font-weight: bold;
	font-size: 10px;
}
	
/* parsed tables */
table.parsed {
	table-layout: auto;
	border: 1px solid black;
	border-collapse: collapse;
	empty-cells: show;
}

table.parsed td { 
	font-size: 10px;
	border: 1px solid black;
	padding: 2px;
}

/* headings */
h1 {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: black;

	padding: 2px 0 2px 0;
	margin: 0;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: black;

	padding: 2px 0 8px 8px;
	margin: 0;
	text-transform: uppercase;
}

h2.block {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background: black;

	padding: 2px 0 2px 5px;
	margin: 0;
}

table.block {
	background: #f2f2f2;
	margin: 0 0 10px 0;
}

img.block {
	padding: 5px 0 5px 5px;
}

/* text area */
p {
	font-weight: normal;
	font-size: 12px;
	color: #000000;

	padding: 2px 5px 2px 0;
	margin: 1px 0 10px 0;
}

p span {
	display: block;
	font-style: italic;
	font-size: 11px;
	color: #202020;
}
