body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}
div.div_main {
	background-image: url(../img/body_02.jpg);
	width: 800px;
	vertical-align: top;
	top: 50px;
}
div.div_header {
	background-image: url(../img/body_01.jpg);
	height: 224px;
	width: 800px;
	position: absolute;
}
div.div_footer {
	background-image: url(../img/body_03.jpg);
	height: 117px;
	width: 800px;
	top: 0px;
	position: relative;
}
div.div_body {
	width: 610px;
	top: -40px;
	position: relative;
	left: 60px;
	text-align: left;
	vertical-align: top;
}
div.div_menu {
	position: relative;
	width: 100px;
	left: -330px;
	top: 210px;
	text-align: right;
}
hr {
	height: 2px;
	clip:    rect(0px 0px 0px 0px);
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 1px groove #999999;
	margin: 0px;
	padding: 0px;
}
div.div_header_inner {
	width: 800px;
	height: 100px;
	top: 10px;
	position: relative;
	left: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:link {
}
a.menu:hover {
	font-weight: bold;
	text-decoration: none;
}
.comment {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
img.link {

	padding: 5px;
	border: 1px solid #999999;
}
a.intext {
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
table.main {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

