#nav {
	height: 30px;
	width: 100%;
	background-image: url(images/bgm.jpg);
}
#nav ul {
	margin: 0 0 0 30px;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#nav li {
    display: inline;
}
#nav li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 10px;
	color: #FFF;
}
#nav li a:hover {
	color: #ff0;
	background-image: url(images/bgm.gif);
}
.cr {
	list-style-type: circle;
}
.menuv {
	color: #FFFF00;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	background-image: url(images/bgm.gif);
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #4cadb5;
}
.title {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
td {
	font-size: 12px;
	line-height: 24px;
}
.text {
	font-size: 12px;
	line-height: 26px;
	text-indent: 2px;
	color: #003399;
}
a {
	font-size: 12px;
	color: #336699;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
.bigtitle {

	font-size: 18px;
	color: #FF3300;
	font-weight: bold;
}
.bor {
	background-color: #f6f6f6;
	border: medium dashed #e4e4e4;
}
