body
{
	/* background-image:url("/pics/background.gif"); */
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,normal
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

all.link
{
	font-weight:bold;
}

all.current
{
	font-weight:bold;
	color:red
}

ul.links
{
	list-style-position:outside;
	line-height:150%;
	list-style-image:url("/pics/triangle_red.gif");
	list-style-type:square;
}

ul.links2
{
	list-style-position:outside;
	line-height:120%;
	list-style-image:url("no.image");
	list-style-type:disc;
}

ul.list
{
	list-style-position:outside;
	list-style-image:url("/pics/triangle_red.gif");
	list-style-type:square;
}

td.SidebarHead
{
	text-align:center;
	font-weight:bold;
	font-size:medium;
	color:red;
}

td.SidebarTitle
{
	text-align:center;
	font-weight:bold;
	font-size:small;
	color:white;
	background-color:#778899; /* lightslategray */
}

td.SidebarItem
{
	text-align:center;
	font-size:small;
	background-color:#B0C4DE; /* lightsteelblue */
}

td.SidebarEmpty
{
	background-color:#D3D3D3; /* lightgrey */
}

a.Sidebar:link
{
	color:#000080;
	font-size:small;
	text-decoration:none;
}
a.Sidebar:visited
{
	color:#000080;
	font-size:small;
	text-decoration:none;
}
a.Sidebar:hover
{
	color:#000080;
	font-weight:bold;
	font-size:small;
	text-decoration:none;
}
a.Sidebar:active
{
	color:#000080;
	font-weight:bold;
	font-size:small;
	text-decoration:none;
}

