@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bkg_main2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
}
body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
ul {
	list-style-type: none;
	background-image: url(../images/bkg_menu_left.png);
	background-repeat:no-repeat;
	height: 90px;
	width: auto;
	margin: auto;
}
li {
	float: left;
}
ul a {
	background-image: url(../images/bkg_menu_div.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 90px;
	text-decoration: none;
	font-size: 13px;
	color: #222;
}
ul a:hover {
	color: #03F;
}
ul.norm {
	list-style:outside;
	list-style-type:circle;
	background-image:none;
}
li.norm {
	padding-bottom:10px;
}
.title {
	font-size:16px; 
	font-weight:bold;
	padding-left:90px;
}
.frmTxt {
	font-size:12px;
	text-align:left;
}
