body {  
	background-color: #ccffff;
	background-image:url(background_header_darker.jpg);
	background-attachment:fixed;
	font-family: arial;
	font-size: 70%;
	
}

p {
	text-align: justify;
	font-size: 10pt;
	color: #072D6E;
}

UL,LI
		{
			COLOR: #072D6E;
			FONT-SIZE: 10pt;
			FONT-FAMILY: Arial, Helvetica, sans-serif;
			TEXT-DECORATION: None;
		}

TABLE,TD
		{
			COLOR: #072D6E;
			FONT-SIZE: 10pt;
			FONT-FAMILY: Arial, Helvetica, sans-serif;
			TEXT-DECORATION: None;
		}

h1 {
	font-size: 11pt;
	color: #072D6E;
	font-family: arial;
}

h2 {
	font-size: 14pt;
	color: #072D6E;
	font-family: arial;
}

h3 {
	font-size: 10pt;
	color: #FF3333;
	font-family: arial;
}

td h1 {
	font-size: 11pt;
	color: #072D6E;
	font-family: arial;
}

pre {
	font-size: 9pt;
	padding: 10px;
	background-color: #F8F8F8;
	border: 2px solid #000000;
}
a:link {color: #0033FF;}
		a:active {color: #0033FF;}
		a:visited {color: #660099;}

.clsNode { font-family: arial; font-size: 8pt; font-weight: bold; text-decoration: none; cursor: pointer; color: black; background-color: #aecff2}
.clsNode:hover { text-decoration: none; color: white; background-color: #336699 }

.clsNodeLevel1 { font-family: arial; font-size: 9pt; font-weight: bold; text-decoration: none; cursor: pointer; color: #336699 }
.clsNodeLevel1:hover { text-decoration: none; color: #eeeeee; background-color: #003366 }

.clsNodeLevel2 { font-family: arial; font-size: 8pt; font-weight: bold; text-decoration: none; cursor: pointer; color: #336699 }
.clsNodeLevel2:hover { text-decoration: none; color: white; background-color: blue }

.clsNodeLevel3 { font-family: arial; font-size: 8pt; text-decoration: none; cursor: pointer; color: #336699 }
.clsNodeLevel3:hover { text-decoration: none; color: lime; background-color: red }

img.link { cursor: pointer; }