.index_styles {
	height: 25px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A50;
	border-bottom-color: #7A7A50;
	background-color: CCCC89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	vertical-align: middle;
	color: #696945;
	text-align: center;
}
.enter {
	height: 64px;
	width: 150px;
	background-repeat: no-repeat;
}
.index_logo {
	background-image: url(images/index_logo.jpg);
	height: 65px;
	width: 150px;
	background-repeat: no-repeat;
}
.enter_border {
	border: thin solid #72724B;
}
.text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #707049;
	text-align: left;
	vertical-align: middle;
	width: 50%;
	padding-left: 10px;
}
.text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #6A6A46;
	width: 50%;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
