body {
	margin: 0;
	padding: 0;
	background:#2f792f url('../images/background.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

.head {
	margin: 0;
	padding: 0;
	background: url('../images/head.gif') no-repeat;
	height:140px;
	width:760px;
}

hr{
	border-top:1px solid #ccc;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	width:650px;
}

.headline{
	font-size:14px;
	font-weight:bold;
	color:#393;
}

.headline2{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#393;
	text-decoration:underline;
}

.green_font{
	text-align:left;
	font-size:11px;
	font-weight:normal;
	color:#393;
	text-decoration:none;
}

a{
	color:#444;
	text-decoration:underline;
}

a:hover{
	color:#393;
	text-decoration:underline;
}

.navi_head a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.navi_head a:hover{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.navi_headline a{
	font-size:12px;
	font-weight:bold;
	color:#393;
	text-decoration:underline;
}

.navi_headline a:hover{
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-decoration:underline;
}

.navi{
	margin: 0;
	padding: 0;
	background: url('../images/content.gif') repeat-y;
	height:25px;
}

.nav_tab{
	background-color:#393;
}

.content {
	height:400px;
	margin: 0;
	padding: 0;
	background: url('../images/content.gif') repeat-y;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
}

.content_footer {
	margin: 0;
	padding: 0;
	background: url('../images/content.gif') repeat-y;
	height:10px;
	text-align:center;
	font-size:10px;
	color:#444;
}

.content_footer a{
	font-size:10px;
	color:#444;
	text-decoration:none;
}

.content_footer a:hover{
	font-size:10px;
	color:#000;
	text-decoration:underline;
}

.footer {
	margin: 0;
	padding: 0;
	background: url('../images/footer.gif') no-repeat;
	height:32px;
}
