body {
	background: #f3f3f3 url('img/bg.png');
	margin: 0 auto;
	font-family: Verdana;
	font-size: 12px;
	color: #787878;
	text-align: justify;
}
#ban {
	background: url('img/ban.png') no-repeat 0 0;
	width: 802px;
	height: 166px;
}
#content {
	width: 762px;
	height: 100%;
	margin: 0 auto -25px auto;
	padding: 25px 20px 0 20px;
	background: url('img/content.png') repeat-y 0 0;
}
#menu {
	width: 798px;
	height: 27px;
	margin: 0 auto;
	position: relative;
	margin-top: -4px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#menu li a {
	display: inline-block;
	width: 114px;
	height: 27px;
	text-align: center;
	background: url('img/button.png') no-repeat 0 0;
	text-decoration: none;
	color: #aa4400;
	font-weight: bold;
	padding-top: 10px;
}
#menu li a:hover {
	background: url('img/button.png') no-repeat 0 100%;
}
#content p {
	line-height: 20px;
}
select {
	color: #787878;
	font-size: 12px;
}
.blue {
	background: #d5f6ff;
}
a {
	color: #31b1cb;
}
.grey {
	color: #787878;
}
a:hover {
	text-decoration: none;
}
h1 {
	margin-top: 20px;
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #31b1cb;
	border-bottom: 2px solid #d5f6ff;
	font-weight: normal;
	font-style: italic;
}
#content ul {
	list-style-image: url('img/li.png');
}
#content li {
	line-height: 25px;
	padding-left: 5px;
}
.outline {
	font-weight: bold;
	color: #ff9200;
}
#footer {
	background: #e0e0e0;
	position: relative;
	width: 776px;
	margin-left: -17px;
	margin-top: 20px;
	padding: 10px;
}
#footer .download {
	font-size: 9px;
}
#footer .cell {
	width: 50%;
	float: left;
}
#footer a {
	color: #787878;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.demo {
	border: 1px solid #d5f6ff;
	width: 80%;
	padding: 0 15px;
	margin: 0 auto;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
img {
	border: none;
}
.img {
	border: 1px solid #d5f6ff;
	margin-right: 10px;
}
table {
	width: 80%;
	margin: 0 auto;
	background: #d5f6ff;
}
td {
	background: #ffffff;
}
th {
	text-align: center;
}
.th2 {
	background: #31b1cb;
	font-weight: bold;
	color: #ffffff;
}
.small {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
