 body
{
	margin: 0;
	padding: 0;
}

table, tr, th, td, img
{
	padding: 0;
	margin: 0;
	border: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px; 
}

body, table, tr, th, td, p
{
	color: #666666;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1.5;
}

.error
{
	font-weight: bold;
	color: #FF3333;
}

.message
{
	font-weight: bold;
	color: #222288;
}

.heading
{
	color: #1f4b83;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2pt
}

.small_heading
{
	color: #1f4b83;
	font-size: 11px;
	font-weight: bold;
}

p
{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.heading
{
	padding: 0;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

p.small_heading
{
	padding: 0;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.form td
{
	padding: 3px;
	vertical-align: top;
}

td.label
{
	font-weight: bold;
	text-align: right;
}

.footer
{
	font-size: 8pt;
}

a:link, a:visited
{
	color: #1f4b83;
	text-decoration: none;
}

a:active, a:hover
{
	color: black;
	text-decoration: none;
}

a.innerlink:link, a.innerlink:visited
{
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

a.innerlink:active, a.innerlink:hover
{
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.titlebar_property
{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	color: white;
}

.titlebar_community
{
	font-size: 14px;
	letter-spacing: 5px;
	font-weight: bold;
	color: white;
}

table.data
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.data th
{
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	letter-spacing: 2px;
	color: white;
	background-color: #001177;
	border: solid #0033BB 1px;
}

table.data td
{
	color: black;
	font-weight: normal;
	padding: 6px;
	border: solid black 1px;
	vertical-align: top;
}

ul.data li
{
	color: black;
	font-weight: normal;
}

table.info th
{
	color: white;
	background-color: #1f4b83;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

table.info td
{
	font-weight: normal;
	padding: 5px;
	color: black;
	text-align: center;
}

table.info td.dark
{
	background-color: #afafaf;
}

table.info td.light
{
	background-color: #f2f2f2;
}

.home_text
{
	color: #404040;
}

span.menu_dropdown
{
	position: absolute;
	z-index: 20;
	visibility: hidden;
	color: white;
	background-color: #16345b;
	padding: 0;
margin-left: 0px;
	text-align: left;
	display: block;
}

span.menu_dropdown
{
	margin-top: -3px;
}

td>span.menu_dropdown
{
	margin-top: 0px;
}

td.menu_group
{
	cursor: default;
	background-color: #7993b5;
	color: white;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-family: times new roman, geneva, arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: solid #444466 1px;
	border-right: solid #444466 1px;
	border-top: solid #AAAACC 1px;
	border-left: solid #AAAACC 1px;
}

td.menu_option_off, td.menu_option_on, a.menu_option,
a.menu_option:link, a.menu_option:visited,
a.menu_option:active, a.menu_option:hover
{
	cursor: default;
	margin: 0;
	padding: ;
	color: #F6F6F6;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

td.menu_option_off, td.menu_option_on
{
	margin: 0;
	padding: 2px;
	padding-left: 56px;
	padding-right: 20px;
}

td.menu_option_off
{
	background-color: #1f4b83;
	border-top: solid #2e578b 1px;
}

td.menu_option_on
{
	background-color: #16345b;
	border-top: solid #213f64 1px;
}

table.tree td
{
	font-weight: normal;
	padding: 1px;
	color: black;
	text-align: left;
	font-size: 12px;
}

.treenode
{
	cursor: pointer;
	cursor: hand;
	vertical-align: middle;
}

.treenode img
{
	margin-right: 1ex;
}

.treebranch
{
	display: none;
}

table.datatable
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.datatable td,
table.datatable th
{
	font-size: 11px;
	padding: 2px;
	text-align: center;
	border: solid #C9C9C9 1px;
}

table.datatable th
{
	font-weight: bold;
	color: black;
	background-color: #D3D3D3;
}

table.datatable tr.even td
{
	background-color: #FFFFFF;
}

table.datatable tr.odd td
{
	background-color: #F0F0F0;
}

table.datatable tr.even_hover td,
table.datatable tr.odd_hover td
{
	cursor: default;
	background-color: #748aae;
	color: white;
}

table.datatable tr.even_hover td a,
table.datatable tr.odd_hover td a
{
	color: #FFFF00;
}

input.datatable_inp
{
	font-size: 11px;
}
