.min {
	font-size : 10px; 
	font-family : tahoma, arial, helvetica, san-serif;
	color : #505050;
}

.sma {
	font-size : 11px; 
	font-family : tahoma, verdana, arial, helvetica, san-serif;
	LINE-HEIGHT : 14px;
	color : #333333;
}

.txt {
	font-size : 12px;
	font-family : tahoma, verdana, arial, helvetica, san-serif;
	LINE-HEIGHT : 17px;
	color : #333333;
}

.big {
	font-weight : bold;
	font-size : 14px; 
	font-family : arial, helvetica, san-serif;
	color : #800000;
}

.max {
	font-weight : bold;
	font-size : 16px; 
	font-family : arial, helvetica, san-serif;
	color : #0080FF;
}

.left_menu {
	PADDING-LEFT: 10px;
	font-size : 12px;
	font-family : arial, helvetica, san-serif;
	font-weight : bold;
	color : #E80000;
	LINE-HEIGHT : 30px;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	margin-top: -1px;

}

.left_menu:hover {
	background-color: #FFCCCC;
}

.left_menu_l2 {
	PADDING-LEFT: 20px;
	font-size : 11px;
	font-family : arial, helvetica, san-serif;
	color : #E80000;
	LINE-HEIGHT : 20px;
	BORDER-BOTTOM: #FFFFFF 1px dashed;
}

.left_menu_l2:hover {
	background-color: #FFCCCC;
}

.menu2last {
	PADDING-LEFT: 10px;
	font-size : 11px;
	font-family : arial, helvetica, san-serif;
	color : #E80000;
	LINE-HEIGHT : 20px;
}

.left_menu_l3 {
	PADDING-LEFT: 30px;
	font-size : 10px;
	font-family : arial, helvetica, san-serif;
	color : #E80000;
	LINE-HEIGHT : 16px;
	BORDER-BOTTOM: #FFFFFF 1px dotted;
}

.left_menu_l3:hover {
	background-color: #FFCCCC;
}

.menu_end {
	color : #E80000;
	LINE-HEIGHT : 30px;
	border-top: #FFFFFF 1px solid;
}

A {
	color : #E80000;
	TEXT-DECORATION: none;
}

A:visited {
	color : #E80000;
}

A:hover {
	TEXT-DECORATION: none;
	color : #000000;
}

.lines	{
	background-image:url(/images/menu_lines.gif);
	height: 10px;
}

.show { }	

.hide {
	display: none;
}