
body {
	padding:0px; margin:0px;
	background-color:white;
}

body, p, td {
	font-family:Verdana,Arial,sans-serif; font-size:8pt;
}

a:link, a:visited, a:active, b.blkheadline, b.treepath {
	color:#366090;
	font-weight:bold; text-decoration:none;	
}

a:hover {
	color:#366090;
	font-weight:bold; text-decoration:underline;	
}

a.thin:link, a.thin:visited, a.thin:active {
	color:#366090;
	font-weight:normal; text-decoration:underline;
}

a.thin:hover {
	color:#000000;
	font-weight:normal; text-decoration:underline;
}

small a:link, small a:visited, small a:active {
	color:black;
	font-weight:normal; text-decoration:none;	
}

small a:hover {
	color:#366090;
	font-weight:normal; text-decoration:underline;	
}

i.treemark {
	background-color:#FFFFC0; font-style:normal;
}

b.treepath {
	color:#366090;
	font-weight:normal;
}

input, select, textarea {
	background-color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif; font-size:8pt;
}

input.button {
	background-color:#DEDEDE;
}

h1 {
	font-size:16pt;
	font-weight:bold;
}


/*** NAVIGATION BAR ***/

td.navbar {
	font-family:Arial,sans-serif; font-size:9pt;
	background-color:#809AB8; color:#FFFFFF;
}

td.navbar a:link, td.navbar a:visited, td.navbar a:active {
	font-weight:bold; text-decoration:none;
	color:#FFFFFF;
} 

td.navbar a:hover {
	font-weight:bold; text-decoration:none;
	color:#DEDEDE;
} 




/*** FUNCTION BAR / TOOLBAR ***/

td.funcbar {
	background-color:#DEDEDE; color:#000000;
	font-family:Arial,sans-serif; font-size:8pt; font-weight:normal; text-decoration:none;
}

td.funcbar a:link, td.funcbar a:visited, td.funcbar a:active {
	font-weight:normal; text-decoration:none;
	color:#000000;
} 

td.funcbar a:hover {
	font-weight:normal; text-decoration:none;
	color:#777777;
} 

select.funcbar {
	background-color:#DEDEDE; color:#000000;
	font-family:Arial,sans-serif; font-size:8pt; font-weight:normal; text-decoration:none;
}


td.blk {
	border:1px solid black;
}

/*** LOGIN BAR ***/

td.loginbar {
	background-color:#F1CF00; color:#000000;
	font-family:Arial,sans-serif; font-size:8pt; font-weight:normal; text-decoration:none;
}

td.loginbar a:link, td.loginbar a:visited, td.loginbar a:active {
	font-weight:normal; text-decoration:none;
	color:#000000;
} 

td.loginbar a:hover {
	font-weight:normal; text-decoration:none;
	color:#777777;
} 

/*** Common Dialog ***/

td.dlgtitle
{
 background-color:#809AB8; color:#FFFFFF;
 font-family:Arial,sans-serif; font-size:9pt;
 font-weight:bold;
 padding:4px;
}

td.dlgitem
{
 background-color:#DEDEDE; color:#000000;
 padding:2px;
}

/*** subtitle ***/

b.subtitle 
{
 font-family:Arial,sans-serif;
 font-weight:bold; font-size:8pt; color:#758FB5;
}