BODY {
	BACKGROUND-COLOR: #DFDFDF;
	COLOR: #3F3849;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	/* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
	SCROLLBAR-BASE-COLOR:  #606096;
	/* all scrollbar attriblutes following are not required, but you can set them if you wish. */
	SCROLLBAR-ARROW-COLOR: #F5D300;
	SCROLLBAR-HIGHLIGHT-COLOR: #90869E;
	/* attributes we aren't using at the moment
	SCROLLBAR-3DLIGHT-COLOR: #87789E;
	SCROLLBAR-FACE-COLOR: #40364d;
	SCROLLBAR-SHADOW-COLOR: #2F4261;
	SCROLLBAR-DARK-SHADOW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #51485F;
	*/
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
      font-weight: bold;
	COLOR: #000000;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
	COLOR: #F5D300;
	BACKGROUND-COLOR: #40364d;
}
/* style for links made with makelinkcode() */
.lc {
	FONT-SIZE: 11px;
}
/* style for submit/reset buttons */
#submitrow INPUT {
	BACKGROUND-COLOR:#40364d;
	COLOR: #f5d300;
	FONT-WEIGHT: bold;
}
/* first alternating table background color */
.firstalt {
	BACKGROUND-COLOR: #D0D0D0;
}
.clsDemoNode, .clsDemoNode:visited{
	font-weight: bold;
	font-size : 13px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	font-weight: bold;
	font-size : 13px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1, .clsDemoNode1:visited{
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
