body {
font-family: verdana, helvetica, arial;
font-size: 12px;
background: #ffffff;
color:#5d5d5d;
}

a.link:link   {color:#4F0029; text-decoration:underline}
a.link:visited {color:#4F0029; text-decoration:underline }
a.link:hover    {color:#4b4b4b; text-decoration:none }

a.link2:link   {color:#5d5d5d; text-decoration:none }
a.link2:visited {color:#5d5d5d; text-decoration:none }
a.link2:hover    {color:#4b4b4b; text-decoration:underline}

a.menu:link   {color:#ffffff; text-decoration:underline}
a.menu:visited {color:#ffffff; text-decoration:underline }
a.menu:hover    {color:#FFFBD9; text-decoration:none }

#ls {
position:absolute;
z-index:5;
top:2em;
left:8px;
border: 1px solid black;
}

#table2{
position:absolute;
z-index:10;
text-align:left;
margin-right:80px;
margin-left:80px;
}

table.main {
border-top: 1px solid #0F2E1A;
border-right: 1px solid #0F2E1A;
border-left: 1px solid #0F2E1A;
border-bottom: 1px solid #0F2E1A;
background-color: #ffffff;
border-collapse:collapse;
font-face: verdana, helvetica, arial;
font-size: 12pt;
width:67%;
}

table.Menu {
	background-color: #B14322;
	font-size: 9pt;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-face: verdana, helvetica, arial;
	width:100%;
}

td.MenuSeparator {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
}

td.top_spacer{
border-bottom:1px dotted #000;
}
td.right_column{
text-align:left;
}

td.footer{
border-top:1px solid #000;
text-align:center;
}



/* --- left column ---------- */

div#content-sub-1 {
	float: left;
	width: 150px; /* for browsers with no escapes at all */
	\width: 170px; /* for IE5/Win (a) */
	w\idth: 150px; /* for good browsers */
	text-align: left;
	padding: 0 10px 0 10px;
	font-size: 10pt;
	background:#F0EAE0;
}

/* --- right column ---------- */

div#content-sub-2 {
	float: right;
	width: 260px; /* for browsers with no escapes at all */
	\width: 265px; /* for IE5/Win (b) */
	w\idth: 260px; /* for good browsers */
	text-align: left;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10pt;
}

/* --- center column  (main content)---------- */

div#content-main {
	border-left:0px dotted #000; border-right:1px dotted #000; border-top:0px dotted #000; border-bottom:0px dotted #000; width: auto; /* for browsers with no escapes at all */
	\width: 98%; /* for IE5/Win */
	w\idth: auto; /* for good browsers */
	text-align: left;
	/* quick note below */
	min-width: 300px;
	margin-left:170px; margin-right:265px; margin-top:0; margin-bottom:0;
	font-size: 10pt;
	padding-left: 7px;
}


/* 
--------------------------------
The first number  is equal to (a) in div#content-sub-1
The second number is equal to (b) in div#content-sub-2
--------------------------------
*/
