.body {
	background-color:#000000; 
	background-image: url(../images/bg_milch1.jpg);
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-color  : #ffffff;
	font-size	: 1pt;
	font-weight	: bold;
	margin		: 0px;
	margin-right : 1px;
	text-align	: right;
}


a:link {
	text-decoration : none;
	color		: #ffffff;

}

a:visited {
	text-decoration : none;
	color		: #ffffff;
}

a:active {
	text-decoration : none;
	color		: #0000ff;
}


.MainItem {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: #ffffff;
	font-size	: 12px;
	font-weight	: bold;
	cursor		: hand;
	padding		: 2px;
	padding-right	: 10px;
	margin-top	: 2px;
	margin-bottom	: 0px;
	border-bottom	: solid 1px #99ccFF;
	
}


.ChosenItem {
	cursor		: hand;
	padding		: 2px;
	padding-right	: 10px;
	margin-bottom	: 2px;
	margin-top	: 5px;

}




.SubItem {
	cursor		: hand;
	font-family	: Tahoma, Arial, Helvetica, Sans;
	font-size	: 8pt;
	font-weight	: normal;
	padding-right	: 10px;
	padding-bottom  : 3px;
}




.ChosenSub {
	cursor		: hand;
	background	: #003399;
	color		: #99CCFF;
	font-family	: Tahoma, Arial, Helvetica, Sans;
	font-size	: 8pt;
	font-weight	: normal;
	padding-left	: 20px;
	border-top	: solid 1px #99ccFF;
	border-bottom	: solid 1px #99ccFF;
	text-decoration : none;
	padding-bottom  : 1px;
}

