* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f1f1f1;
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
}

#top {
	height: 90px;
	width: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(img/top_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
}
#content {
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #FFFFFF;
	
}
#text {
	float: right;
	width: 400px;
	background-color: #FFFFFF;
}
.formTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menubar {
	float: left;
	width: 260px;
	background-color: #FFFFFF;
	background-image: url(img/menu_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	margin-top: 15px;
	padding-bottom: 20px;
}
#form {
	text-align: center;
	width: 180px;
	margin-right: auto;
	margin-left: 40px;
	float: left;
	margin-top: 20px;
}
#clear {
	clear: both;
	height: 1px;
}
#bottom {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
}
#bottom a {
	color: #0080C0;
	text-decoration: none;
}
p {
	text-align: justify;
	padding: 10px;
	line-height: 27px;
	
}
p img {
	float: right;
	
}
#menubar ul {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	
	
}
#menubar ul li {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menubar ul li a {
	color: #666666;
	text-decoration: none;
}
#menubar ul li a:hover {
	color: #52A400;
}
.panel_table {
	margin: auto;
}
.panel_label {
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: right;
	padding-top: 10px;
}
.panel_data {
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
.formTitle {
	text-align: center;
	color: #1D3B76;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D3B76;
}
select.text_field2 {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 10px;
	
}
input.text_field2 {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}
select.text_field2 option {
	margin-right: 2px;
	margin-left: 2px;
	color: #666666;
}
.inLink {
	color: #0080C0;
	text-decoration: none;
}
.nm {
	line-height: normal;
}
