*
{
	FONT-SIZE: 8pt;
	FONT-FAMILY: verdana;
}

.toptext
{
	COLOR: #BBBBBB;
}
.bottomtext
{
	COLOR: #EEEEEE;
}

body
{
	BACKGROUND: white;
}

.code
{
	BACKGROUND: #F9F9F9;
	FONT-FAMILY: courier new;
	white-space: nowrap;
	FONT-SIZE: 10pt;
	border: 1px solid black;
	padding: 5px;
	padding-left: 25px;
}

a
{
	COLOR: black;
	TEXT-DECORATION: underline;
}

a:hover
{
	COLOR: #9999CC;
}

u
{
	TEXT-DECORATION: underline;
}

.tree
{
	COLOR: #DEDEDE;
}

.title
{
	COLOR: #000000;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
}

.header
{
	FONT-WEIGHT: 600;
	FONT-SIZE: 10pt;
	COLOR: #123456;
}

.button
{
	FONT-SIZE: 12pt;
	border: 1px solid white;	
}

a.button
{
	TEXT-DECORATION: none;
}

a.button:hover
{
	TEXT-DECORATION: none;
	COLOR: black;
}

.highlighted
{
	border: 1px solid grey;
	border-style: outset;
	cursor: hand;
}

table.list
{
	BACKGROUND: #FFFFFF;
	width: 60%;
	
}

td.list
{
	BACKGROUND: #EEEEEE;
	white-space: nowrap;
}

td.listwrap
{
	BACKGROUND: #EEEEEE;
	white-space: wrap;
}

.listtitle
{
	BACKGROUND: #425984;
	COLOR: #EEEEEE;
	white-space: nowrap;
}

td.listtitle
{
	border: 1px solid grey;
	border-style: outset;
}

		#livesearch
		{
			text-align: left;
			margin:	0px;
			width:	auto;
			background: #EFF5FF;
			position: absolute;
			left: -136;
			border-style: double;
			border-width: 5px;
		}
		#livecontainer
		{
			width: 0;
			position: relative;
			visibility: hidden;
			text-align: center;
		}

		#txt1
		{
			margin:	0px;
		}

.hoverin
{
	background: #AFCEFF;
	padding: 1px;
}
.hoverout
{
	background: #EFF5FF;
	padding: 1px;
}

