.normal {
	font-family: arial,helvetica;
	font-size: 0.85em;
	background: #FCF9E8;
}

.input_text {
	background: #dedede;
	border: 0.1em solid #999999;
	font-family: arial,helvetica;
	height: 22px;
	text-indent: 3px;
}

.input_textarea {
	background: #dedede;
	border: 0.1em solid #999999;
	font-family: arial,helvetica;
	text-indent: 3px;
}

.button {
	background: #dedede;
	font-family: arial,helvetica;
}

.menu {
	border-top: 0.1em dashed #F39474;
	border-right: 0.1em dashed #F39474;
	padding: 0.7em;
	font-family: arial,helvetica;
	font-size: 0.85em;	
	text-align: left;
}

.banner {
	position: absolute;
	top: 40px;
	height: 130px;
	text-align:left;
	padding-left: 5px;
}

.banner_text {
	position: absolute;
	top: 40px;
	height: 130px;
	width: 740px;
	z-index: 4;
	font-size: 2em;
	color: #F39474;
	font-weight: bold;	
	font-family: arial,helvetica;
	text-align:center;
}

a {
	color: #005CB9;
	text-decoration: none;
}

.main_body { 
	width: 760px;
	padding-top: 100px;
	background: #FFFFCC; 
	border-top: 1.5em solid #F39474; 
	border-bottom: 1.5em solid #F39474; 
	border-left: 0.1em solid #F39474; 
	border-right: 0.1em solid #F39474;
	font-family: arial,helvetica;
	font-size: 0.85em;
	text-align:left;
	height: 95%;
}

body {
	text-align: center;
}