/* style.css */

/* GENERAL PURPOSE */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* TOP */
.top_logo
{
	height: 108px;
	width: 1024px;
	background-image: url(gfx/toplogo.jpg);
}

.top_menu
{
	height: 22px;
	background: #E5E5E5;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.top_empty_alignment_cell
{
	width: 68px;
}

.top_empty_space_cell
{
	width: 5px;
	cursor: hand;
}

.top_empty_spacing_cell
{
	width: 18px;
}

.top_menu_entry
{
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #000000;
	height: 20px;
	vertical-align: center;
	cursor: hand;
}

.top_white_cell_1
{
	width: 25px;
	height: 26px;
	background: url(../left/gfx/tree_space.gif);	
}

.top_white_cell_2
{
	width: 50px;
	height: 26px;
	border-right: solid 1px #CCCCCC;
}