BODY {background-image: URL(innerBodyBg.jpg); 

background-repeat: no-repeat; 
background-attachment: fixed;} 


a:link {COLOR: #666666;
	font-size: 12px;
	text-decoration: none;
}
a:visited {COLOR: #666666;
	font-size: 12px;
	text-decoration: none;
}
a:hover {COLOR: #666666;
	font-size: 12px;
	text-decoration: underline;
}
a:active {COLOR: #666666;
	font-size: 12px;
	text-decoration: none;
}
.STYLE1 {color: #666666;font-size: 12px;line-height: 195%}
.STYLE2 {color: #000000;font-size: 12px;line-height: 195%}
.STYLE3 {
	font-size: 12px;
	font-weight: bold;}
.STYLE4 {color: #000000;font-size: 12px;line-height: 280%}

	#menu{
		width:100%;
	}
		#menu ul{
		width:100%;
			
		}
			#menu li{list-style:none;
				display:block;
				border-bottom:1px solid #EAEAEA;
			}
				#menu li a{
					display:block;
					background:url(menu_006_bg.jpg) no-repeat;
					color:#666666;
					text-align:left;
					padding-left:40px;
					height:36px;
					line-height:36px;
				}
					#menu li a:hover{
						background: url(menu_006_h.jpg) no-repeat;
						color:#ff0000;
					}