<!--

body { background: #436875;
}

body {
	background: #436875;
	margin: 0;
}


.flat {color:#000000; background:#FFFFFF; font-family: Arial; font-size: 9pt; 
               border: 1 solid #F56E34}
.buttonflat {color: #FFFFFF; background: #F56E34; height: 20; font-family: Arial; font-size: 9pt; font-weight: bold;
               border: 1 solid red; cursor:hand}

h2 {
	color: white;
	font: bold  11px Tahoma, Arial, sans-serif;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



h1 {
	color: #5A8594;
	font: bold  13 px Tahoma, Arial, sans-serif;
	text-decoration: none;
	margin: 20 0 0 30;
}

p {
   margin: 0 0 0 0;
   line-height: 16px;
}


td {
	color:  #547171;
	font: 11 px Tahoma, Arial, sans-serif;
}


.brdr {
		border-color:  black;
		border-style: solid;
		border-top-width: 1 px;
		border-right-width: 1 px;
		border-bottom-width: 1 px;
		border-left-width: 1 px;
}


a {
	color: #F56E34;
	font-weight: bold;
	text-decoration: none;
}


a.menu {
	color: white;
	font: bold 12px Tahoma, Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #C9DCE2;
	text-decoration: blink;
}

table.lst {
	border: 1px solid #CCCCCC;
}

table.lst th {
	background: #436875;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	padding: 4px;
	border-bottom: 1px solid #EEEEEE;
}

table.lst th.subth {
	background: #000095;
}

table.lst td {
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
}

table.lst tr.row0 {
	background: #F4F4F4;
}

table.lst tr.row1 {
	background: #FFFFFF;
}

table.lst tr.rowfoot {
	background: #000066;
	color: white;
	font-weight: bold;
}


-->