html, body {
/*	height: 100%; */
}
body {

	background-color: #6E66CE;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: white;
	width: 100%;
}
#topDiv {
	width: 100%;
	height: 71px;
	background-color: #5C54A9;
	background-image: url(topp.jpg);
	background-repeat: no-repeat;
}
#topDiv2 {
	width: 100%;
	height: 40px;
	background-image: url(top2.gif);
	background-repeat: repeat-x;
}
#top2DivLeft {
	width: 172px;
	height: 34px;
	background-image: url(bgzf.gif);
	background-repeat: no-repeat;
}

a.naviLink {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: white;
	line-height: 2em; text-decoration: none;
}
a.naviLink:hover {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #ccccff;
	line-height: 2em; text-decoration: underline overline;
}
a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
