body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	
	height: 100%;
	max-height: 100%;
	overflow: hidden;

	background-color: #99CCFF;
}

@media print {
	body { background-color: white; }
}

div.header_bar {
	position: fixed;
	overflow: hidden;
	top: 0px;
	height: 66px;
	left: 0px;
	right: 0px;
		
	background-color: #99CCFF;
}
@media print {
	div.header_bar { display: none; }
}


div.main_body {
	position: fixed;
	top: 66px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
}
@media print {
	div.main_body { top: 0px; }
}


div.menu_pane {
	position: relative;
	float: left;
	
    padding-left: 8px;	
	width: 212px;
	background-color: #99CCFF;
} 
@media print {
	div.menu_pane { display: none; }
}


div.article_pane {
	position: relative;
	overflow: hidden;
	padding-left: 0px;

	background-color: #eeffff
}

@media print {
	div.article_pane { background-color: white }
}


.lightbg {
	background-color: #99CCFF;
	color: #000000;
}

.darkbg {
	background-color: #000099;
	color: #99CCFF
}

.nostyle {
	display: none;
}


p {
	font-size: 9pt;
	margin-top: 8pt;
	margin-bottom: 8pt;
}

li {
	font-size: 9pt;
}
td {
	font-size: 9pt;
}
th {
	font-size: 9pt;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	font-style: italic;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 6pt;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
}



HR {
	color: #6699CC;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

UL {
	margin-top: 4pt;
	margin-bottom: 4pt;
}

A:link {
   font-style: italic;
   text-decoration: underline;
   color: #000099;
}

A:visited {
   font-style: italic;
   text-decoration: underline;
   color: #0000FF;
}

A:hover {
   font-style: italic;
   text-decoration: underline;
   color: #0000FF;
}

DIV.tabdesc {
   padding-left: 50px;
   background-repeat: no-repeat;
   background-position: 15px top;
}


	
    

.descent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: lighter;
	height: 9pt;
	color: #000000;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.descent:visited {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.descent:link {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}
.descent:hover {
	color: #6699CC;
	text-decoration: none;
	white-space: nowrap;
}


div.bookmark_pane {
	display: block;
	height: 30px; 
	width: 100%;
	background-color: #000099;
	color: #ffffff;
	white-space: nowrap;				
}

div.bookmark_pane form {
	margin: 0px;
	width: 100%;
	white-space: nowrap;
}

div.breadcrumb_pane {
	display: block;
	clear: left;
	width: 100%;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	height: 20px;
	background-color: #99CCFF;
	padding-top: 0px; padding-bottom: 0px; padding-left: 6px;
	white-space: nowrap;
	overflow: hide;
}


div.top_tab_on {
	background-image: url('icons/top_tab_on.gif');
	float: left; 
	display: block; 
	width: 150px; 
	height: 36px
}

div.top_tabs_pane {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	display: block;
	height: 36px;
	white-space: nowrap;
	background-color: #000099;
}
	
div.top_tab {
	margin: 0px;
	padding: 0px;
	display: inline;
}
	
	
div.top_tab_off {
	background-image: url('icons/top_tab_off.gif');
	float: left; 
	display: block; 
	width: 150px; 
	height: 36px

}
div.top_tab_home_on {
	background-image: url('icons/top_tab_home_on.gif');
	float: left; 
	display: block; 
	overflow: hide;
	width: 75px; 
	height: 36px;
}
div.top_tab_home_off {
	background-image: url('icons/top_tab_home_off.gif');
	float: left; 
	display: block; 
	width: 75px; 
	height: 36px;
}

div.top_tabs_text {
	margin: 3px 10px 3px 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	white-space: normal;	
}

div.top_tabs_pane a:link {
	color: #000000;
	text-decoration: none;
}
div.top_tabs_pane a:visited {
	color: #000000;
	text-decoration: none;
}
div.top_tabs_pane a:hover {
	color: #0000ff;
	text-decoration: none;
}



div.article_pane h1 {
	margin-top: 4px;
	padding-left: 8px;
}
div.article_pane h2 {
	padding-left: 8px;
}
div.article_pane h3 {
	padding-left: 8px;
}
div.article_pane h4 {
	padding-left: 8px;
}

div.footer {
	background-color:  #99CCFF;
	margin-left: 0px;
}

@media print {
	div.footer {
		background-color: white;
		border-top-style: solid;
		border-top-color: black;
		border-top-width: 0.5pt;
	}
}

div.footer p {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	color: #000099;
	text-align: right;
}

div.links_list {
}

div.editbtn {
	background-color: #eeffff;
	padding: 4px 1px 4px 1px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	border-color: #6699CC;
	width: 180px;
}


div.editbtn * {
	vertical-align: middle;
}


	
span.bullet {
	display: block;
	position: relative;
	float: left;
}


span.caption {
	display: block;
	position: relative;	
	margin-left: 25px;

}	


.maincell {
	padding-top: 8px;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 16px;
	background-color: #eeffff;
}

@media print {
	.maincell { background-color: white; }
}

.treecell {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	background-color: #99CCFF;
}

.propcell {
	padding-left: 0px;
	padding-right: 16px;
	background-color: #eeffff;
}

.property {
	margin-left: 50px;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 8px;
	margin-bottom: 8px;
	background-color: #eeffff;
}

@media print {
	.property,.propcell {
		background-color: white;
	}
}

.propinput {
	margin-left: 50px;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 8px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	background-color: #ccffff;
}
.propedit {
	margin-left: 50px;
	margin-right: 8px;
	padding-left: 0px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eeffff;
}
.titledit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	width: 500px;
}	

.editcell {
	padding-left: 8px;
	background-color: #eeffff;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	padding-bottom: 8px;
	padding-top: 4px;
	border-bottom-color: #BBDDFF;
}

.rulerow {
    margin: 0px;
    height: 2px;
    font-size: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBDDFF;
}

h5.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 6px;
}
.desc {
	font-size: 9pt;
	margin-top: 2px;
	margin-bottom: 6px;
}



.compact {
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
}
.wideinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	width: 500px;

}
.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	width: 500px;
	
}		
.shortinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}	
.smallbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}


.shortinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}	
.smallbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

DIV.rhspane {
/*	border-color: #6699cc;
	border-width: 4px;
	border-style: solid; */
	background-color: #99CCFF;
	margin: 0px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 2px;
	/*width: 180px;*/
	
}

/*DIV.shortcut {
	background-color: #6699cc;
	padding: 4px;
	width: 180px;
}*/



H5.rhspane {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	white-space: normal;	
	background-color: #99CCFF;
	margin: 2px;
	padding: 0;
}

UL.shortcut {
	margin: 2px;
	padding: 0;
}

UL.shortcutb {

}

LI.shortcut {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-image: url("icons/shortcut.gif");
	background-color: #99CCFF;
	background-repeat: no-repeat;
	background-position: 4px center;
	margin-bottom: 1px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 4px;
	font-weight: bold;
	border-style: solid;
	border-color: #6699cc;
	border-width: 1px;
}


a.shortcut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}

a.shortcut:link {
	text-decoration: none;
	font-style: normal;
	color: #000099;
}

a.shortcut:visited {
	text-decoration: none;
	font-style: normal;
	color: #000099;

}

a.shortcut:hover {
	text-decoration: underline;
	font-style: normal;
	color: #000000;
}



img.heading_icon {
	width: 35px;
	height: 35px;
}

div.prop_tab_on {
	background-image: url('icons/top_tab_on.gif');
	float: left;
	display: block; 
	width: 150px; 
	height: 25px
}
div.prop_tab_off {
	background-image: url('icons/top_tab_off.gif');
	float: left;
	display: block; 
	width: 150px; 
	height: 25px

}
div.prop_tab_text {
	margin: 3px 30px 3px 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	white-space: normal;
}
div.proppane {
	clear: left;
}
div.article_pane p {
	margin-left: 8px;
}

.quote {
	font-style: italic;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}

.smallprint {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 8pt;
}

div.picture {
	position: relative;
	margin: 8px;
	float: left;
}


div.illustrated {
	display: block;
	position: static;
}

div.illustrated:after { content: ""; display: block; height: 0; clear: both; }

span.iconandtext {
	display: inline;
	margin-right: 4px;
	white-space: nowrap;
	margin-top: 4px;
}

span.iconandtext img {
	vertical-align: middle;
	margin-right: 4px;
}


h1.iconandtext {
	margin-left: 50px;
}

h1.iconandtext:after { content: ""; display: block; height: 0; clear: both; }


h1.iconandtext img {
	float: left;
	margin-left: -50px;
	vertical-align: baseline;
	margin-right: 8px;
}

.linklist {
	margin-left: 30px;
	margin-left: 25px;
	margin-bottom: 4px;
}

.linklist img {
	float: left;
	margin-left: -20px;
	vertical-align: middle;
	
}

input.shortsearch {
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;

}

div.textonly {
	margin: 20px;
}

span.eyecandy {
	text-align: center;
	display: block;
	margin: 0px;
	margin-right: 8px;
}


	
