
A:hover { text-decoration: none
}

body.gen {background-color: 96958f; background-image: url('images/bgpage.gif'); margin-top: 10px; margin-left: 0px; background-repeat: repeat-x }

#navcontainer { width: 180px; }
		
		#navcontainer ul
		{
			margin-left: 0px;
			padding-left: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#navcontainer a
		{
			display: block;
			padding: 2px;
			width: 180px;
			background-color: #6C679F;
			border-bottom: 0px solid #eee;
		}
		
		#navcontainer a:link, #navlist a:visited
		{
			color: #ffffff;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			background-color: #BBB9D2;
			color: #CC6600;
		}
		
.l_detail {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}
.l_detail a {
	color: #000000;
}
.l_detail_head {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.l_title {
	font-family: sylfaen;
	font-size: 16px;
	font-weight: bold;
}
.l_title a {
	color: #6C679F;
}
.l_text {
	font-family: sylfaen;
	font-size: 14px;
	font-weight: normal;
}
.l_text a {
	color: #000000;
}