BODY {
	background: #D5FFD5;
	MARGINHEIGHT: "10";
	TOPMARGIN: "10";
	LEFTMARGIN: "10";
	MARGINWIDTH: "10";
	font-family: "Bookman Old Style", "Times New Roman", serif;
	text-align: left;
}

TD {
	background: #D5FFD5;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	text-align: left;
}


p{
	color : blue;	
}

.ct {
   color : blue;	
}

.cm {
	color : Black;
	font-size: 11pt;	
}


H1 {
	color : #9D9DFF;
	font-size: 16pt;
}

H2 {
   color : blue;
	font-size: 12pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

a {
	color:Blue;
}

a.menu:hover {
	text-decoration: none;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:active {
	text-decoration: none;
}


hr {
height: 1pt;
}

p.menu{
	color: white;
	background : #9D9DFF;
	vertical-align : middle;
	text-align : center;
	font-weight : bold;
}

TABLE.Menu{
   BORDER: 0;
   WIDTH: 100%;
}

TD.Menu {
	cursor: hand;
	background : #9D9DFF;
	vertical-align : middle;
	width: 100;
	height: 20;
	border : 0px none;
}

TD.Menu:onmouseout{
	background : #0000DD;
}

TD.Menu:onmouseover{
	background : #0000DD;
	return true;
}

.dw		{color: green;}
.db		{color: red;}

.dc0		{color: blue;}
.dc1		{color: Dimgray;}
.dc2		{background-color: #E1E1E1;color: maroon;}


.tfon		{background-color: #9D9DFF;}