body {
	background: #ffffee;
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #CCFFCC;
	font-size: 18pt;
	clear: both;
	border: #44cc44 dotted;
	margin: 0px;
	padding: 0px;
}
h2 {background-color: #FFCC66; font-size: 12pt; clear: left; border: #ccaa66 thin solid}
div	{margin-left: 2%}
p	{margin-left: 2%}
p.indent {margin-left:4%}
a.title {text-decoration:none; background-color: #99FFFF; font-size: 14pt; font-weight: bold; border-style: ridge; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
img.right {float: right}
td.subtitle {  background-color: #CCCCFF}

/*	tables
*/
table.navigation {
	width : 100%;
	background-color: #F8F8F8;
}
td.tabCurrent {
	FONT-SIZE: 80%;
	COLOR: #333333;
	BACKGROUND-COLOR: #66FFCC;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: #F0F0F0 1px solid;
	border-left: #F0F0F0 1px solid;
	border-right: black 1px solid;
	white-space: nowrap;
	font-weight: bold;
	filter: Wave(Add=false, Freq=1, LightStrength=32, Phase=1, Strength=1);
}
td.tabOther {
	FONT-SIZE: 80%;
	COLOR: #333333;
	BACKGROUND-COLOR: #CCCCCC;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: #F0F0F0 1px solid;
	border-left: #F0F0F0 1px solid;
	border-right: black 1px solid;
	white-space: nowrap;
	font-weight: bold;
	filter: Wave(Add=false, Freq=1, LightStrength=32, Phase=1, Strength=1);
}
td.naviSearch {
    FONT-SIZE: 80%;
    COLOR: white;
    BACKGROUND-COLOR: #6666CC;
}
a.tab:link {
	color: blue;
	text-decoration: none;
}
a.tab:visited {
	color: blue;
	text-decoration: none;
}