<!--
body {
	background-color: #ab6e35;
}

/* outer table */
table.outer {
	background-color: #ab6e35;
	height: 99%;
}

/* inner table */
table.inner {
	background-color: #ffffff;
}

/* middle row of outer table*/
td.outer_table_row_middle {
	height: 573px;
}

/* main table cell */
td.main {
	width: 699px;
	vertical-align: top;	
	position: relative;
	height: 389px;
}

/* cells on the upper sides of inner table */
td.side_top {
	background-color: #ab6e35;	
	width: 73px;
	height: 88px;
}

/* cells on the middle sides of inner table */
td.side_middle {
	background-color: #ab6e35;
	width: 73px;
	height: 389px;
}

/* cells on the lower sides of inner table */
td.side_bottom {
	background-color: #ab6e35;
	width: 73px;
	height: 96px;
}

/* cell in the middle top of inner table */
td.middle_top {
	background-color: #ab6e35;
	width: 699px;
	height: 88px;
}

/* cell in the middle bottom of inner table */
td.middle_bottom {
	background-color: #ab6e35;
	width: 699px;
	height: 96px;
}

.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00a0e9;
}

#textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab6e35;
}

#scrollable {
	position: relative; 
	top: 89px; 
	left: 304px;
	width: 350px; 
	height: 250px; 
	overflow:auto; 
	scrollbar-face-color: #ffffff; 
	scrollbar-arrow-color: #00a0e9;
	scrollbar-base-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3d-light-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

#scrollable a:visited {
	color: #ab6e35;
}

#scrollable a {
	color: #00a0e9;
}

-->
