html, body {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}	
td, th {
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
}
a {
	color: #999900;
	text-decoration: none;
}

#top {
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bm {
	font-size: 10px;
	margin-top: 70px;
	text-align: right;
	width: 210px;
}

#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	padding-top: 20px;
}
h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	color: #838D67;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 13px;
	text-align: left;
}
h2 a {
	color: #838D67;
}


#bottom {
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #999999;
	padding-left: 10px;
}

#m_table {
	height: 100%;
}
#sb {
	width: 210px;
}
#sb_navi {
	background-color: #F1F4EA;
	text-align: left;
	padding: 10px;
	border: 1px dashed #C1C8B1;
	margin-bottom: 25px;
}
#sb_navi  a {
	display: block;
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1C8B1;
	font-weight: bold;
	color: #838D67;
}
#sb_navi  a:hover {
	color: #666600;
}
#sb_more {
	font-size: 10px;
	color: #838D67;
	background-color: #F1F4EA;
	text-align: justify;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px dashed #C1C8B1;
}
#sb_more a {
	color: #838D67;
	text-decoration: underline;
}
#sb_more strong {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-bottom: 4px;
}


#text {
	width: 520px;
	float: right;
}
#text li {
	margin-bottom: 15px;
}

#text a:hover {
	color: #990000;
	text-decoration: underline;
}
#form {
	width: 520px;
}
#form p {
	font-size: 10px;
	color: #990000;
}
#form_area {
	background-color: #F1F4EA;
	padding: 10px;
}



#copy {
	text-align: right;
	width: 200px;
	margin-top: 20px;
	float: right;
	padding-top: 5px;
}
#count {
	text-align: left;
	width: 500px;
	margin-top: 20px;
}
#resources {
	font-size: 11px;
}
#resources a {
	font-size: 12px;
	font-weight: bold;
	color: #838D67;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
.tst {
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
}
.tst a {
	color: #0000FF;
	text-decoration: underline;
}
