/* CSS Document */

.leftanchor
{
	text-decoration: none;
}

.level1_normal
{
	min-height: 15px;
	background-color: #ffffff;
	color: #333333;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: hand; 
	cursor: pointer;
}
.level1_hover
{
	min-height: 15px;
	background-color: #226699;
	color: #ffffff;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
.level1_header
{
	min-height: 15px;
	background-color: #aaaaaa;
	color: #222222;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
.level1_selected
{
	min-height: 15px;
	background-color: #ffffff;
	color: #226699;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}

.level2_normal
{
	min-height: 15px;
	background-color: #ffffff;
	color: #333333;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 8pt;
	cursor: hand; 
	cursor: pointer;
	
}
.level2_hover
{
	min-height: 15px;
	background-color: #226699;
	color: #ffffff;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
.level2_header
{
	min-height: 15px;
	background-color: #eaeaea;
	color: #333333;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
.level2_selected
{
	min-height: 15px;
	background-color: #ffffff;
	color: #226699;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}

.level3_normal
{
	min-height: 15px;
	background-color: #ffffff;
	color: #333333;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: hand; 
	cursor: pointer;
}
.level3_hover
{
	min-height: 15px;
	background-color: #226699;
	color: #ffffff;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
.level3_selected
{
	min-height: 15px;
	background-color: #ffffff;
	color: #226699;
	padding-left: 15px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand; 
	cursor: pointer;
}
